Skip to content

Commit 9662522

Browse files
committed
Update towards mounting the ./examples directory instead of ./examples/public
1 parent 4826bc9 commit 9662522

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
@@ -23,7 +23,7 @@
2323
"publish:npm": "npm run build && npm publish",
2424
"contributors:add": "all-contributors add",
2525
"contributors:generate": "all-contributors generate",
26-
"examples:serve": "live-server ./examples --port=8081 --mount=/:./examples/public",
26+
"examples:serve": "live-server ./examples --port=8081 --mount=/:./examples",
2727
"examples:update-json": "node scripts/update-examples-json.js",
2828
"preexamples:build": "rimraf dist_examples",
2929
"examples:build": "npm run examples:update-json && webpack --config webpack.prod.babel.js --config-name examples"

0 commit comments

Comments
 (0)