Skip to content

Commit 2d50831

Browse files
Merge pull request #919 from watson-developer-cloud/dont-synk-prepare
build: remove prepare step that runs synk
2 parents d0bd0a8 + 4f25463 commit 2d50831

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)