mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Switch to pnpm
This commit is contained in:
parent
c5f333483b
commit
afa21a1f52
3 changed files with 10811 additions and 36163 deletions
36157
package-lock.json
generated
36157
package-lock.json
generated
File diff suppressed because it is too large
Load diff
13
package.json
13
package.json
|
|
@ -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
10804
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue