mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Switch from npx to pnpm exec
This commit is contained in:
parent
866bcaa1d2
commit
f4922a4303
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
|
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
|
||||||
"precommit": "pnpm run lint",
|
"precommit": "pnpm run lint",
|
||||||
"clone-readme": "cp ./README.md README-temp.md",
|
"clone-readme": "cp ./README.md README-temp.md",
|
||||||
"scan-new-apps": "npx vite-node scripts/scan-new-apps.js",
|
"scan-new-apps": "pnpm exec vite-node scripts/scan-new-apps.js",
|
||||||
"cloudflare-deploy": "pnpm run build-api",
|
"cloudflare-deploy": "pnpm run build-api",
|
||||||
"vercel-build": "npx vite-node scripts/vercel-build.js",
|
"vercel-build": "npx vite-node scripts/vercel-build.js",
|
||||||
"netlify-build:download-sitemaps": "npx vite-node scripts/download-sitemaps.js",
|
"netlify-build:download-sitemaps": "npx vite-node scripts/download-sitemaps.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue