Skip to content

Commit

Permalink
[meta] do not fail when aud is running and deps are not present
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 11, 2021
1 parent ef1aead commit f7df45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"module"
],
"scripts": {
"prepublish": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/",
"prepublish": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/ ||:",
"prelint": "eclint check '**/*'",
"lint": "eslint --ext=js,mjs .",
"pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
Expand Down

0 comments on commit f7df45c

Please sign in to comment.