Skip to content

Commit 58df522

Browse files
author
David Buzinski
committed
try ignoring scripts
1 parent e170a16 commit 58df522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"package": "ncc build --minify",
1515
"test": "jest",
1616
"all": "npm test && npm run build && npm run package",
17-
"ci": "npm run clean && npm ci && npm run all"
17+
"ci": "npm run clean && npm ci --ignore-scripts && npm run all"
1818
},
1919
"files": [
2020
"lib/",

0 commit comments

Comments
 (0)