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 ff66d03 commit 9c047f5Copy full SHA for 9c047f5
package.json
@@ -8,9 +8,8 @@
8
"scripts": {
9
"dev": "next",
10
"rebuild": "node importBuilder",
11
- "build": "next build",
+ "build": "next build && next start -p $PORT",
12
"start": "next start -p $PORT",
13
- "heroku-postbuild": "npm run build",
14
"open": "concurrently \"http-server -a localhost -p 3000\" \"open http://localhost:3000\"",
15
"component": "node tools/create/component.js",
16
"reboot": "heroku builds:cancel -a forautoweb && heroku restart -a forautoweb",
0 commit comments