mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add next export
This commit is contained in:
parent
7f538edb8b
commit
aec68c6d90
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
"lint-next": "next lint",
|
"lint-next": "next lint",
|
||||||
"precommit": "npm run lint",
|
"precommit": "npm run lint",
|
||||||
"clone-readme": "cp ./README.md README-temp.md",
|
"clone-readme": "cp ./README.md README-temp.md",
|
||||||
"vercel-deploy": "npm run clone-readme && next build",
|
"vercel-deploy": "npm run clone-readme && next build && next export -o dist",
|
||||||
"cloudflare-deploy": "npm run generate"
|
"cloudflare-deploy": "npm run generate"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue