Skip to content

Commit

Permalink
Fixed npm run audit command
Browse files Browse the repository at this point in the history
  • Loading branch information
jeemok committed Dec 1, 2021
1 parent f31c6c4 commit 0316010
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 @@ -16,7 +16,7 @@
"node": ">= 8.12"
},
"scripts": {
"audit": "npm run build && node . audit",
"audit": "npm run build && node lib audit",
"test": "mocha -r ts-node/register test/**/*.test.ts",
"lint": "eslint .",
"qc": "npm run test && npm run lint",
Expand Down

0 comments on commit 0316010

Please sign in to comment.