Skip to content

Commit

Permalink
chore: 添加prettier指令
Browse files Browse the repository at this point in the history
  • Loading branch information
huajian123 committed May 10, 2023
1 parent 6a5dd90 commit 6c3b435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ng": "ng",
"start": "ng serve --o --port 4201",
"ng-high-memory-start": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve",
"prettier": "prettier --write \"src/**/*.ts\" \"src/**/*.html\" \"src/**/*.less\" \"src/**/*.json\"",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
Expand Down

0 comments on commit 6c3b435

Please sign in to comment.