Skip to content

Commit

Permalink
fix: pnpm install failed
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Aug 16, 2024
1 parent 73f8ad5 commit 5df553e
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 @@ -50,7 +50,7 @@
"build": "npx unbuild",
"preview": "vite preview",
"release": "esno ./scripts/release.mts",
"license-scan": "license-checker --summary --out ./licenses.txt",
"license-scan": "node -e \"if (process.env.INIT_CWD === process.cwd()) { process.exit(1) }\" || license-checker --summary --out ./licenses.txt",
"lint": "eslint \"**/*.{js,mjs,cjs,jsx,ts,mts,cts,tsx,vue,json,md,html,css,scss,sass}\" --ignore-pattern stats.html",
"lint:fix": "eslint \"**/*.{js,mjs,cjs,jsx,ts,mts,cts,tsx,vue,json,md,html,css,scss,sass}\" --ignore-pattern stats.html --fix",
"preinstall": "node -e \"if (process.env.INIT_CWD === process.cwd()) { process.exit(1) }\" || npx only-allow pnpm",
Expand Down

0 comments on commit 5df553e

Please sign in to comment.