Skip to content

Commit

Permalink
refactor(core): replaces PNPM with NPM for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Nov 3, 2023
1 parent bbe8299 commit f8b1989
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 @@ -12,8 +12,8 @@
"lint:ngx-cookie-service-ssr": "ng lint ngx-cookie-service-ssr",
"e2e": "ng e2e",
"format": "prettier ./**",
"format:write": "pnpm format --write .",
"format:check": "pnpm format --check .",
"format:write": "npm format --write .",
"format:check": "npm format --check .",
"package": "ng build ngx-cookie-service --prod && cp ./README.md ./dist/ngx-cookie-service && cd dist/ngx-cookie-service && npm pack"
},
"private": true,
Expand Down

0 comments on commit f8b1989

Please sign in to comment.