Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomas-orcid authored Oct 30, 2023
1 parent b15a89c commit 877b6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start_ssl": "ng serve --disable-host-check --host 0.0.0.0 --ssl",
"build": "ng build --base-href='/ui/'",
"watch": "ng build --base-href='/ui/' --watch --configuration development",
"test": "ng test"
"test": "ng test",
"lint": "ng lint",
"format:cli": "ng lint && npx prettier .",
"format": "ng lint --fix && npx prettier --write ."
Expand Down

0 comments on commit 877b6f6

Please sign in to comment.