Switch to pnpm

This commit is contained in:
ThatGuySam 2023-08-12 13:47:36 -05:00
parent c5f333483b
commit afa21a1f52
3 changed files with 10811 additions and 36163 deletions

36157
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -20,8 +20,8 @@
"test-prebuild": "ava ./test/prebuild/**/*.js --verbose",
"test-api-client": "ava ./test/api/client.js --verbose",
"test-listings": "ava ./test/listings/**/*.js --verbose",
"test-prebuild-functions": "run-s test-prebuild test-api-client test-listings",
"test-postbuild-api": "run-s test-listings",
"test-prebuild-functions": "pnpm test-prebuild && pnpm test-api-client && pnpm test-listings",
"test-postbuild-api": "pnpm test-listings",
"test-postbuild-functions": "ava ./test/main.js --verbose",
"test-vitest": "vitest",
"test-circular-deps": "madge --circular --extensions js,mjs,ts,vue,astro ./*",
@ -31,11 +31,11 @@
"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",
"setup-stork": "run-s download-stork-toml 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-js": "npx vite-node scripts/build-stork-index.js",
"stork-search": "./$npm_package_config_stork_executable search --index $npm_package_config_stork_index --query $1",
"stork-index": "run-s setup-stork build-stork-index",
"stork-index": "pnpm setup-stork && pnpm build-stork-index",
"download-stork-toml": "npx vite-node scripts/download-stork-toml.js",
"download-stork-executable": "npx vite-node scripts/download-stork-executable.js",
"download-sitemaps": "npx vite-node scripts/download-sitemaps.js",
@ -50,8 +50,9 @@
"scan-new-apps": "npx vite-node scripts/scan-new-apps.js",
"cloudflare-deploy": "npm run build-api",
"vercel-build": "npx vite-node scripts/vercel-build.js",
"netlify-build": "run-s test-prebuild-functions download-sitemaps stork-index generate-astro test-postbuild-functions test-circular-deps",
"netlify-and-vercel-build": "run-s netlify-build vercel-build"
"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-and-vercel-build": "pnpm netlify-build && pnpm vercel-build"
},
"dependencies": {
"@astrojs/netlify": "^2.1.2",

10804
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load diff