Skip to content

Commit

Permalink
Switch from npm run to pnpm run
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGuySam committed Aug 12, 2023
1 parent e3d2f9f commit 132180f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"test-vitest": "vitest",
"test-circular-deps": "madge --circular --extensions js,mjs,ts,vue,astro ./*",
"test": "ava --timeout=1m --verbose",
"dev": "npm run dev-astro",
"build": "npm run generate-astro",
"build-api": "npm 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",
"generate-dev": "npm run generate && npm test",
"dev": "pnpm run dev-astro",
"build": "pnpm run generate-astro",
"build-api": "pnpm run clone-readme && npx vite-node build-lists.js -- --with-api --no-lists",
"build-lists-and-api": "pnpm run clone-readme && npx vite-node build-lists.js -- --with-api",
"generate-dev": "pnpm run generate && npm test",
"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-js": "npx vite-node scripts/build-stork-index.js",
Expand All @@ -45,10 +45,10 @@
"generate-postcss": "ENV=production postcss assets/css/tailwind.css --o static/tailwind.css",
"lint": "eslint --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",
"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",
"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",
Expand Down

0 comments on commit 132180f

Please sign in to comment.