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 24ac0f1 commit 2302b09Copy full SHA for 2302b09
package.json
@@ -39,7 +39,7 @@
39
"prebuild": "npm run clean",
40
"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",
41
"postbuild": "npm run sitemap",
42
- "build-test": "npm run build && http-server dist/",
+ "build-test": "npm run build && http-server --port 4200 dist/",
43
"test": "npm run lint",
44
"lint": "run-s lint:*",
45
"lint:js": "npm run lint-js src",
0 commit comments