Skip to content

Commit 9c23a42

Browse files
Merge pull request #2216 from damienbod/fix/prettier-hook-scope
fix: scope the fix-prettier npm script to its arguments
2 parents fac26b0 + 9ad2359 commit 9c23a42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build-docs": "cd \"docs/site/angular-auth-oidc-client\" && npm run build",
2929
"check-prettier": "prettier --check \"projects/angular-auth-oidc-client/**/*.*\"",
3030
"check-blockwords": "node ./tools/check-blockwords.js",
31-
"fix-prettier": "prettier --write \"projects/**/*.*\"",
31+
"fix-prettier": "prettier --write",
3232
"coveralls": "cat ./coverage/angular-auth-oidc-client/lcov.info | coveralls",
3333
"start": "ng serve sample-code-flow-refresh-tokens --ssl -o",
3434
"start-sample-code-flow-auto-login": "ng serve sample-code-flow-auto-login --ssl -o",

0 commit comments

Comments
 (0)