1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-06 14:10:06 +00:00

fix(root-package.json): lint:fix command fixed in root package json

This commit is contained in:
2021-10-25 06:31:04 +00:00
parent 0fb4301966
commit ec6333f6aa
4 changed files with 19 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
"lint-web:fix": "npx prettier --write \"web/src/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\"",
"lint-web": "npx prettier --check \"web/src/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\"",
"lint": "npm run lint-api && npm run lint-web",
"lint:fix": "npm run lint-api-fix && npm run lint-web-fix"
"lint:fix": "npm run lint-api:fix && npm run lint-web:fix"
},
"devDependencies": {
"prettier": "^2.3.1"