Update package.json
parent
6a5d8a9ae2
commit
0e957ba399
|
@ -17,7 +17,7 @@
|
|||
"build:package": "NODE_ENV=production rollup -c && node build-meta && node api-generator/build-api && gulp build-styles",
|
||||
"build:check": "npm run format:check && npm run security:check",
|
||||
"security:check": "npm audit --production --audit-level high",
|
||||
"format": "prettier --write \"**/*.{js,vue,d.ts,json}\"",
|
||||
"format": "prettier --write \"**/*.{js,vue,d.ts,json}\" --cache",
|
||||
"format:check": "prettier --check \"**/*.{js,vue,d.ts,json}\"",
|
||||
"test:unit": "vitest run",
|
||||
"test:unit:watch": "vitest watch",
|
||||
|
|
Loading…
Reference in New Issue