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 9c047f5 commit 013725dCopy full SHA for 013725d
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"dev": "next",
10
"rebuild": "node importBuilder",
11
- "build": "next build && next start -p $PORT",
+ "build": "next build",
12
"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",
0 commit comments