We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49f503 commit 6855e2bCopy full SHA for 6855e2b
package.json
@@ -8,8 +8,8 @@
8
"scripts": {
9
"dev": "next",
10
"rebuild": "node importBuilder",
11
- "build": "next build && next export",
12
- "start": "next build && next start -p $PORT",
+ "build": "next build",
+ "start": "next start -p $PORT",
13
"open": "concurrently \"http-server -a localhost -p 3000\" \"open http://localhost:3000\"",
14
"component": "node tools/create/component.js",
15
"reboot": "heroku builds:cancel -a forautoweb && heroku restart -a forautoweb",
0 commit comments