Skip to content

Commit 013725d

Browse files
committed
revert script changes
1 parent 9c047f5 commit 013725d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"dev": "next",
1010
"rebuild": "node importBuilder",
11-
"build": "next build && next start -p $PORT",
11+
"build": "next build",
1212
"start": "next start -p $PORT",
1313
"open": "concurrently \"http-server -a localhost -p 3000\" \"open http://localhost:3000\"",
1414
"component": "node tools/create/component.js",

0 commit comments

Comments
 (0)