Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Sep 8, 2022
1 parent ea57546 commit 789ce5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"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",
"security:check": "npm audit --production --audit-level high",
"format": "prettier --write \"src/**/*.{js,vue}\"",
"format:check": "prettier --check \"src/**/*.{js,vue}\"",
"format": "prettier --write \"**/*.{js,vue,d.ts}\"",
"format:check": "prettier --check \"**/*.{js,vue,d.ts}\"",
"lint": "vue-cli-service lint",
"lint:fix": "vue-cli-service lint --fix",
"test:unit": "vue-cli-service test:unit --max-warnings=0"
Expand Down

0 comments on commit 789ce5d

Please sign in to comment.