Add test to build check

pull/3913/head
Tuğçe Küçükoğlu 2023-04-28 17:26:13 +03:00
parent 78f6455766
commit 2c62932a3e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"postinstall": "nuxt prepare", "postinstall": "nuxt prepare",
"build:lib": "npm run build:check && npm run build:package", "build:lib": "npm run build:check && npm run build:package",
"build:package": "NODE_ENV=production rollup -c && node build-meta && node api-generator/build-api && gulp build-styles", "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", "build:check": "npm run format:check && npm run security:check && npm run test:unit",
"security:check": "npm audit --production --audit-level high", "security:check": "npm audit --production --audit-level high",
"format": "prettier --write \"**/*.{js,vue,d.ts}\"", "format": "prettier --write \"**/*.{js,vue,d.ts}\"",
"format:check": "prettier --check \"**/*.{js,vue,d.ts}\"", "format:check": "prettier --check \"**/*.{js,vue,d.ts}\"",