Skip to content

Commit 8a0b755

Browse files
committed
chore: fix synk protect command (requires hyphen)
1 parent 6170297 commit 8a0b755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"prerelease": "npm run snyk-protect",
118118
"release": "commit-and-tag-version",
119119
"test": "cross-env LOGLEVEL=debug PACT_DO_NOT_TRACK=true mocha \"{src,test}/**/*.spec.ts\"",
120-
"snyk-protect": "snyk protect",
120+
"snyk-protect": "snyk-protect",
121121
"format:base": "prettier --parser typescript",
122122
"format:check": "npm run format:base -- --list-different \"{src,test}/**/*.{ts,tsx}\"",
123123
"format:fix": "npm run format:base -- --write \"{src,test}/**/*.{ts,tsx}\"",

0 commit comments

Comments
 (0)