Skip to content

Commit

Permalink
feat(dx): automatically clean all app node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 22, 2022
1 parent 3b1642a commit 9d11a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"docs:dev": "pnpm --filter './apps/site' dev",
"docs:serve": "pnpm --filter './apps/site' serve",
"example": "esno .stacks/scripts/run-example.ts",
"fresh": "rimraf .stacks/types/composables/* .stacks/types/components/* apps/site/node_modules packages/**/node_modules examples/**/node_modules .stacks/node_modules node_modules/ pnpm-lock.yaml && pnpm i",
"fresh": "rimraf .stacks/types/composables/* .stacks/types/components/* apps/**/node_modules packages/**/node_modules examples/**/node_modules .stacks/node_modules node_modules/ pnpm-lock.yaml && pnpm i",
"preinstall": "esno .stacks/scripts/check-for-pnpm.ts && esno .stacks/scripts/check-node-version.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit 9d11a3c

Please sign in to comment.