Skip to content

Commit 2302b09

Browse files
committed
set port
1 parent 24ac0f1 commit 2302b09

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
@@ -39,7 +39,7 @@
3939
"prebuild": "npm run clean",
4040
"build": "run-s fetch-repos fetch printable content && cross-env NODE_ENV=production webpack --config webpack.ssg.js && run-s clean-printable content && cross-env NODE_ENV=production webpack --config webpack.prod.js",
4141
"postbuild": "npm run sitemap",
42-
"build-test": "npm run build && http-server dist/",
42+
"build-test": "npm run build && http-server --port 4200 dist/",
4343
"test": "npm run lint",
4444
"lint": "run-s lint:*",
4545
"lint:js": "npm run lint-js src",

0 commit comments

Comments
 (0)