mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Convert vercel-post-deploy into package
This commit is contained in:
parent
2d70dd248f
commit
54de4f4791
2 changed files with 12 additions and 0 deletions
7
scripts/vercel-post-deploy/index.js
Normal file
7
scripts/vercel-post-deploy/index.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
|
||||
;(async () => {
|
||||
console.log( 'process.env', process.env )
|
||||
|
||||
process.exit()
|
||||
})()
|
||||
12
scripts/vercel-post-deploy/package.json
Normal file
12
scripts/vercel-post-deploy/package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "vercel-post-deploy",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "npx vite-node index.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue