mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove next export from vercel-deploy
This commit is contained in:
parent
454491c668
commit
e5ce99b945
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +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 && next export -o dist",
|
||||
"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