diff options
| -rw-r--r-- | docs/index.html (renamed from dist/index.html) | 0 | ||||
| -rw-r--r-- | docs/main.js (renamed from dist/main.js) | 0 | ||||
| -rw-r--r-- | package.json | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/dist/index.html b/docs/index.html index 933b6aa..933b6aa 100644 --- a/dist/index.html +++ b/docs/index.html diff --git a/dist/main.js b/docs/main.js index 2532d5b..2532d5b 100644 --- a/dist/main.js +++ b/docs/main.js diff --git a/package.json b/package.json index 1403089..f4c3911 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "webpack-dev-server --open --mode development", "build": "webpack --mode production", - "deploy": "webpack --mode production && gh-pages -d dist" + "deploy": "webpack --mode production && gh-pages -d docs" }, "author": "", "license": "ISC", |
