Skip to content

Commit 4f25463

Browse files
committed
build: remove prepare step that runs synk
it takes way too long, ~90 seconds, to run `npm install`
1 parent d0bd0a8 commit 4f25463

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@
118118
"watch": "npm run test-unit -- --watch",
119119
"watchify": "watchify sdk.js --standalone Watson --outfile dist/watson.js --debug --verbose",
120120
"check-packages": "installed-check -e -d",
121-
"snyk-protect": "snyk protect",
122-
"prepare": "npm run snyk-protect"
121+
"snyk-protect": "snyk protect"
123122
},
124123
"husky": {
125124
"hooks": {

0 commit comments

Comments
 (0)