mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Switch from npm run to pnpm run
This commit is contained in:
parent
e3d2f9f1d6
commit
132180f91e
1 changed files with 7 additions and 7 deletions
14
package.json
14
package.json
|
|
@ -26,11 +26,11 @@
|
||||||
"test-vitest": "vitest",
|
"test-vitest": "vitest",
|
||||||
"test-circular-deps": "madge --circular --extensions js,mjs,ts,vue,astro ./*",
|
"test-circular-deps": "madge --circular --extensions js,mjs,ts,vue,astro ./*",
|
||||||
"test": "ava --timeout=1m --verbose",
|
"test": "ava --timeout=1m --verbose",
|
||||||
"dev": "npm run dev-astro",
|
"dev": "pnpm run dev-astro",
|
||||||
"build": "npm run generate-astro",
|
"build": "pnpm run generate-astro",
|
||||||
"build-api": "npm run clone-readme && npx vite-node build-lists.js -- --with-api --no-lists",
|
"build-api": "pnpm run clone-readme && npx vite-node build-lists.js -- --with-api --no-lists",
|
||||||
"build-lists-and-api": "npm run clone-readme && npx vite-node build-lists.js -- --with-api",
|
"build-lists-and-api": "pnpm run clone-readme && npx vite-node build-lists.js -- --with-api",
|
||||||
"generate-dev": "npm run generate && npm test",
|
"generate-dev": "pnpm run generate && npm test",
|
||||||
"setup-stork": "pnpm download-stork-toml && pnpm download-stork-executable",
|
"setup-stork": "pnpm download-stork-toml && pnpm download-stork-executable",
|
||||||
"build-stork-index": "./$npm_package_config_stork_executable build --input $npm_package_config_stork_toml --output $npm_package_config_stork_index",
|
"build-stork-index": "./$npm_package_config_stork_executable build --input $npm_package_config_stork_toml --output $npm_package_config_stork_index",
|
||||||
"build-stork-index-js": "npx vite-node scripts/build-stork-index.js",
|
"build-stork-index-js": "npx vite-node scripts/build-stork-index.js",
|
||||||
|
|
@ -45,10 +45,10 @@
|
||||||
"generate-postcss": "ENV=production postcss assets/css/tailwind.css --o static/tailwind.css",
|
"generate-postcss": "ENV=production postcss assets/css/tailwind.css --o static/tailwind.css",
|
||||||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
||||||
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
|
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
|
||||||
"precommit": "npm 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": "npx vite-node scripts/scan-new-apps.js",
|
||||||
"cloudflare-deploy": "npm 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:test-prebuild-functions": "pnpm test-prebuild-functions",
|
"netlify-build:test-prebuild-functions": "pnpm test-prebuild-functions",
|
||||||
"netlify-build": "pnpm run \"/^netlify-build:.*/\" && pnpm download-sitemaps && pnpm stork-index && pnpm generate-astro && pnpm test-postbuild-functions && pnpm test-circular-deps",
|
"netlify-build": "pnpm run \"/^netlify-build:.*/\" && pnpm download-sitemaps && pnpm stork-index && pnpm generate-astro && pnpm test-postbuild-functions && pnpm test-circular-deps",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue