Skip to content

Commit

Permalink
chore: add npm scripts clean & refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
xicri committed Dec 10, 2024
1 parent 5427221 commit 3df2cbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"lint": "nuxt typecheck",
"purge-cache": "esno ./scripts/purge-cache.ts",
"update-nuxt": "nuxi upgrade --force",
"clean": "git clean -dX --exclude=\"!.env\" --force",
"refresh": "pnpm run clean && rm --force ./pnpm-lock.yaml && corepack up && pnpm install",
"postinstall": "node ./scripts/postinstall.mjs && nuxt prepare && npm list @playwright/test && playwright install || echo 'Playwright installation skipped.'"
},
"dependencies": {
Expand Down

0 comments on commit 3df2cbc

Please sign in to comment.