Skip to content

Commit f7df45c

Browse files
committed
[meta] do not fail when aud is running and deps are not present
1 parent ef1aead commit f7df45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"module"
1515
],
1616
"scripts": {
17-
"prepublish": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/",
17+
"prepublish": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/ ||:",
1818
"prelint": "eclint check '**/*'",
1919
"lint": "eslint --ext=js,mjs .",
2020
"pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",

0 commit comments

Comments
 (0)