mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add vercel-deploy script
This commit is contained in:
parent
9110bfa9b8
commit
7f538edb8b
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
"scripts": {
|
||||
"test": "ava --timeout=1m --verbose",
|
||||
"dev": "nuxt",
|
||||
"build": "next build",
|
||||
"build": "npm run vercel-deploy",
|
||||
"start": "nuxt start",
|
||||
"build-next": "next build",
|
||||
"generate-dev": "npm run generate && npm test",
|
||||
|
|
@ -31,6 +31,7 @@
|
|||
"lint-next": "next lint",
|
||||
"precommit": "npm run lint",
|
||||
"clone-readme": "cp ./README.md README-temp.md",
|
||||
"vercel-deploy": "npm run clone-readme && next build",
|
||||
"cloudflare-deploy": "npm run generate"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue