remove test check

pull/3999/head
Tuğçe Küçükoğlu 2023-06-21 17:07:12 +03:00
parent 2ee9923aa5
commit f7531d5c67
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"postinstall": "nuxt prepare",
"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:check": "npm run format:check && npm run security:check && npm run test:unit",
"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}\"",
"format:check": "prettier --check \"**/*.{js,vue,d.ts}\"",