Refactor script name.
This commit is contained in:
parent
26a086b3f3
commit
ada91b4a81
@ -10,7 +10,7 @@
|
||||
"build:prod": "ng build --prod",
|
||||
"test:dev": "ng test",
|
||||
"format:check": "prettier --config ./.prettierrc --list-different \"src/{app,environments,assets}/**/*.{ts,js,json,css,scss}\"",
|
||||
"format:change": "prettier --config ./.prettierrc --write \"src/{app,environments,assets}/**/*.{ts,js,json,css,scss}\"",
|
||||
"format:refactor": "prettier --config ./.prettierrc --write \"src/{app,environments,assets}/**/*.{ts,js,json,css,scss}\"",
|
||||
"format:fix": "pretty-quick --staged",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e",
|
||||
|
Loading…
Reference in New Issue
Block a user