Fix command to serve the built demo site

This commit is contained in:
Jordan Eldredge 2018-12-30 22:34:12 -08:00
parent 185039bf55
commit 0056ada703

View file

@ -15,7 +15,7 @@
"build": "webpack --config=demo/config/webpack.prod.js",
"build-library": "webpack --config=config/webpack.library.js",
"prepublishOnly": "npm run build-library",
"serve": "http-server ./built",
"serve": "http-server ./demo/built",
"start": "webpack-dev-server --open --config=demo/config/webpack.dev.js",
"stats": "webpack --config=demo/config/webpack.prod.js --json > stats.json",
"stats-library": "webpack --config=config/webpack.library.js --json > stats.json",