Update package.json

pull/4591/head^2
mertsincan 2023-10-11 11:22:33 +01:00
parent 0e957ba399
commit da2038e248
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
"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}\" --cache",
"format:check": "prettier --check \"**/*.{js,vue,d.ts,json}\"",
"format": "prettier --write \"**/*.{js,vue,d.ts}\" --cache",
"format:check": "prettier --check \"**/*.{js,vue,d.ts}\"",
"test:unit": "vitest run",
"test:unit:watch": "vitest watch",
"test:coverage": "vitest run --coverage",