Skip to content

Commit

Permalink
Client: fix lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
SloMR committed Oct 21, 2024
1 parent 3ab9bfa commit e19d0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "ng test",
"serve:ssr:client": "node dist/client/server/server.mjs",
"lint": "ng lint",
"lint:fix": "ng lint. --fix",
"lint:fix": "ng lint --fix",
"format": "prettier --write ."
},
"private": true,
Expand Down

0 comments on commit e19d0f3

Please sign in to comment.