diff options
| author | Yuval Adam <_@yuv.al> | 2018-10-14 11:33:05 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-10-14 11:33:05 +0200 |
| commit | 78f4ba81bade539ca777e466a1d347e63920c409 (patch) | |
| tree | 887bc2d3a5436be1acd9a2d9d8cce5444bae9a63 | |
| parent | 64ff63b6e13bb948da160894a3403cdb8ed2eb86 (diff) | |
Move dist/ to docs/
| -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", |
