Skip to content

Commit

Permalink
Pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Sep 28, 2023
1 parent bb5de6d commit 2e175de
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 705 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier --write \"**/*.{js,ts,vue}\"",
"refresh": "rm -rf node_modules && rm package-lock.json && npm i && npm run format"
"refresh": "rm -rf node_modules && rm pnpm-lock.yaml && pnpm i && npm run format"
},
"devDependencies": {
"@nuxt/image": "1.0.0-rc.2",
Expand Down
Loading

0 comments on commit 2e175de

Please sign in to comment.