Skip to content

Commit

Permalink
fix: add yarn audit script
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jul 15, 2021
1 parent 4e6a6e3 commit 55251a0
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 @@ -22,7 +22,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"reinstall": "rimraf node_modules yarn.lock && yarn install --check-files --silent",
"reinstall": "rimraf node_modules yarn.lock && yarn install --check-files --silent --audit",
"build": "rimraf dist && tsc",
"types": "dts-bundle-generator --config dts-generator.json",
"build:ci": "yarn build && yarn types",
Expand Down

0 comments on commit 55251a0

Please sign in to comment.