Remove --cache option from formatter

pull/4604/head
mertsincan 2023-10-10 20:59:21 +01:00 committed by GitHub
parent b1b71bcd4e
commit b85876be95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
"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",
"security:check": "npm audit --production --audit-level high",
"format": "prettier --write \"**/*.{js,vue,d.ts,json}\" --cache",
"format": "prettier --write \"**/*.{js,vue,d.ts,json}\"",
"format:check": "prettier --check \"**/*.{js,vue,d.ts,json}\"",
"test:unit": "vitest run",
"test:unit:watch": "vitest watch",