diff --git a/release/index.html b/docs/index.html similarity index 100% rename from release/index.html rename to docs/index.html diff --git a/package.json b/package.json index 0483592..9e92a4c 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,9 @@ }, "scripts": { "test_dafault": "echo \"Error: no test specified\" && exit 1", - "test": "cpx dist/*.{js,css} release/dist && cpx *.html release", + "test": "cpx dist/*.{js,css} docs/dist && cpx *.html docs", "start": "webpack-dev-server", - "release": "webpack", + "release": "cpx dist/*.{js,css} docs/dist && cpx *.html docs", "build": "webpack", "clean": "rm dist/*" },