Skip to content

Commit

Permalink
fix(format): fixes format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Aug 20, 2023
1 parent cc5a685 commit 37f14c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "ng lint ngx-cookie-service",
"lint:ngx-cookie-service-ssr": "ng lint ngx-cookie-service-ssr",
"e2e": "ng e2e",
"format": "prettier ./projects/**/*.{ts,js,json}",
"format": "prettier ./**",
"format:write": "pnpm format --write .",
"format:check": "pnpm format --check .",
"package": "ng build ngx-cookie-service --prod && cp ./README.md ./dist/ngx-cookie-service && cd dist/ngx-cookie-service && npm pack"
Expand Down Expand Up @@ -57,4 +57,4 @@
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}
}

0 comments on commit 37f14c3

Please sign in to comment.