Skip to content

Commit

Permalink
Fix format check
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dymel committed Dec 20, 2023
1 parent 29e5d83 commit af84306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "ng serve",
"bundle": "ng build",
"format": "prettier --write ./src",
"format:check": "prettier --check .",
"format:check": "prettier --check ./src",
"test": "ng test",
"build": "ng build",
"zip": "zip-build dist_build/ dist/ --template '%NAME%-%VERSION%.%EXT%'"
Expand Down

0 comments on commit af84306

Please sign in to comment.