Skip to content

Commit

Permalink
vulnerability scan added to publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeid Ostad committed Jan 12, 2021
1 parent aee242a commit 660547a
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 @@ -24,7 +24,7 @@
"tsc": "tsc",
"tsc:watch": "tsc --watch",
"vulnerability-scan": "snyk test",
"prepublishOnly": "npm-run-all -s tsc gen-docs",
"prepublishOnly": "npm-run-all -s tsc vulnerability-scan gen-docs",
"postpublish": "npm-run-all -s tag gen-changelog",
"obfuscate": "javascript-obfuscator ./dist --output ./obfuscated --compact true --ignore-require-imports true",
"precompile": "npm-run-all -s tsc obfuscate",
Expand Down

0 comments on commit 660547a

Please sign in to comment.