Add yarn audit:fix
command
This commit is contained in:
parent
3de548d522
commit
b04d102a8e
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
"dev": "${npm_execpath} run start",
|
||||
"build": "npx webpack",
|
||||
"jsdoc": "npx jsdoc -c jsdoc.conf.js",
|
||||
"audit:fix": "npx yarn-audit-fix",
|
||||
"manage:translations": "npx ts-node ./scripts/translationRunner.ts",
|
||||
"test": "npx cross-env NODE_ENV=test npx jest",
|
||||
"test:coverage": "${npm_execpath} run test --coverage",
|
||||
|
|
Loading…
Reference in a new issue