Skip to content

Commit 84090c0

Browse files
committed
remove single page mode from yarn serve
1 parent 6708a6b commit 84090c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"stage": "react-static build --staging",
99
"build": "rm -rf dist; react-static build",
1010
"build:analyze": "BUNDLE_ANALYZE=1 react-static build",
11-
"serve": "serve dist -s -l 8000",
11+
"serve": "serve dist -l 8000",
1212
"lint": "eslint --ext .js,.jsx --ignore-path .gitignore .",
1313
"lint:fix": "eslint --fix --ext .js,.jsx --ignore-path .gitignore ."
1414
},

0 commit comments

Comments
 (0)