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()
|
||||
})()
|
||||
Loading…
Add table
Add a link
Reference in a new issue