Refactor script name.

This commit is contained in:
Spencer Ofwiti 2021-05-10 19:38:16 +03:00
parent 26a086b3f3
commit ada91b4a81

View File

@ -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",