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 6708a6b commit 84090c0Copy full SHA for 84090c0
template/package.json
@@ -8,7 +8,7 @@
8
"stage": "react-static build --staging",
9
"build": "rm -rf dist; react-static build",
10
"build:analyze": "BUNDLE_ANALYZE=1 react-static build",
11
- "serve": "serve dist -s -l 8000",
+ "serve": "serve dist -l 8000",
12
"lint": "eslint --ext .js,.jsx --ignore-path .gitignore .",
13
"lint:fix": "eslint --fix --ext .js,.jsx --ignore-path .gitignore ."
14
},
0 commit comments