From 0056ada703fd6b53d3075e7ef93c90fd932f56dd Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 30 Dec 2018 22:34:12 -0800 Subject: [PATCH] Fix command to serve the built demo site --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a43a448..256b234c 100644 --- a/package.json +++ b/package.json @@ -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",