Skip to content

Commit

Permalink
chore: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 30, 2023
1 parent 22d39bf commit 7fd5fa1
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 @@ -33,7 +33,7 @@
"build:ssr": "nx build --prod && nx run demo:server:production",
"prerender": "nx run demo:prerender",
"build": "nx build demo",
"prettier": "prettier '**/*.{svg,yml,js,ts,html,md,less,json}'",
"prettier": "prettier !package-lock.json . --ignore-path .gitignore",
"test": "nx test ng-polymorpheus",
"lint": "nx lint demo",
"typecheck": "tsc --noEmit --skipLibCheck"
Expand Down

0 comments on commit 7fd5fa1

Please sign in to comment.