mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add vercel-post-deploy script
This commit is contained in:
parent
7c10c0a704
commit
2d70dd248f
2 changed files with 8 additions and 0 deletions
|
|
@ -50,6 +50,7 @@
|
||||||
"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": "npm run build-api",
|
||||||
"vercel-build": "run-s scan-new-apps test-prebuild build-lists-and-api test-postbuild-api",
|
"vercel-build": "run-s scan-new-apps test-prebuild build-lists-and-api test-postbuild-api",
|
||||||
|
"vercel-post-deploy": "npx vite-node scripts/vercel-post-deploy.js",
|
||||||
"netlify-build": "run-s test-prebuild-functions download-sitemaps stork-index generate-astro test-postbuild-functions test-circular-deps"
|
"netlify-build": "run-s test-prebuild-functions download-sitemaps stork-index generate-astro test-postbuild-functions test-circular-deps"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
7
scripts/vercel-post-deploy.js
Normal file
7
scripts/vercel-post-deploy.js
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
;(async () => {
|
||||||
|
console.log( 'process.env', process.env )
|
||||||
|
|
||||||
|
process.exit()
|
||||||
|
})()
|
||||||
Loading…
Add table
Add a link
Reference in a new issue