Skip to content

Commit

Permalink
chore: fix synk protect command (requires hyphen)
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 17, 2024
1 parent 6170297 commit 8a0b755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"prerelease": "npm run snyk-protect",
"release": "commit-and-tag-version",
"test": "cross-env LOGLEVEL=debug PACT_DO_NOT_TRACK=true mocha \"{src,test}/**/*.spec.ts\"",
"snyk-protect": "snyk protect",
"snyk-protect": "snyk-protect",
"format:base": "prettier --parser typescript",
"format:check": "npm run format:base -- --list-different \"{src,test}/**/*.{ts,tsx}\"",
"format:fix": "npm run format:base -- --write \"{src,test}/**/*.{ts,tsx}\"",
Expand Down

0 comments on commit 8a0b755

Please sign in to comment.