Skip to content

Commit

Permalink
Make pnpm run clean work (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye authored Nov 4, 2024
1 parent d9133b6 commit 9348bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint": "svelte-kit sync && eslint .",
"lint:report": "svelte-kit sync && eslint . --output-file eslint_report.json --format json",
"format": "eslint . --fix",
"clean": "rimraf node_modules .svelte-kit"
"clean": "pnpm dlx rimraf node_modules .svelte-kit"
},
"devDependencies": {
"@dotenvx/dotenvx": "^0.37.1",
Expand Down

0 comments on commit 9348bdc

Please sign in to comment.