Skip to content

Commit

Permalink
chore: update audit resolve script
Browse files Browse the repository at this point in the history
  • Loading branch information
gibaros committed Jun 14, 2022
1 parent 03cc745 commit e843599
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 @@ -23,7 +23,7 @@
"test-self-signed-server": "./run-vault.sh && TEST_START_SELF_SIGNED_SERVER=true npm test ; ./kill-vault.sh",
"lint": "npx eslint ./src ./test/int",
"lint:fix": "npm run lint -- --fix",
"audit:resolve": "npx resolve-audit",
"audit:resolve": "npx resolve-audit --production",
"audit:check": "npm audit",
"clean": "rm -rf ./dist",
"dep:check": "npx ncu -e 2",
Expand Down

0 comments on commit e843599

Please sign in to comment.