Skip to content

Commit

Permalink
Update towards mounting the ./examples directory instead of ./example…
Browse files Browse the repository at this point in the history
…s/public
  • Loading branch information
bomanimc committed Mar 29, 2020
1 parent 81ed486 commit 4202f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"publish:npm": "npm run build && npm publish",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"examples:serve": "live-server ./examples --port=8081 --mount=/:./examples/public",
"examples:serve": "live-server ./examples --port=8081 --mount=/:./examples",
"examples:update-json": "node scripts/update-examples-json.js",
"preexamples:build": "rimraf dist_examples",
"examples:build": "npm run examples:update-json && webpack --config webpack.prod.babel.js --config-name examples"
Expand Down

0 comments on commit 4202f82

Please sign in to comment.