build lib added for daily checker workflow

pull/3441/head
Bahadır Sofuoğlu 2022-12-21 10:25:40 +03:00
parent c0d820e998
commit 469408aed0
1 changed files with 56 additions and 55 deletions

View File

@ -13,8 +13,9 @@
"generate": "nuxt generate",
"preview": "nuxt preview",
"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 lint && npm run format:check && npm run security:check && npm run test:unit",
"build:check": "npm run format:check && npm run security:check && npm run test:unit",
"security:check": "npm audit --production --audit-level high",
"format": "prettier --write \"**/*.{js,vue,d.ts}\"",
"format:check": "prettier --check \"**/*.{js,vue,d.ts}\"",