We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7abd8 commit f937becCopy full SHA for f937bec
webpack-subresource-integrity/package.json
@@ -65,7 +65,7 @@
65
"webpack": "^5.44.0"
66
},
67
"scripts": {
68
- "clean-dist": "test -d dist && find dist ! -name package.json -type f -exec rm -f \\{\\} +",
+ "clean-dist": "test -d dist && find dist ! -name package.json -type f -exec rm -f \\{\\} + || true",
69
"prepublish": "yarn clean-dist && tsc -p tsconfig.json && tsc -p tsconfig-mjs.json && api-extractor run --local"
70
71
"files": [
0 commit comments