remove test check
parent
2ee9923aa5
commit
f7531d5c67
|
@ -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}\"",
|
||||
|
|
Loading…
Reference in New Issue