Change build directory to dist and cleanup NPM scripts (#1500)

* Move the build path to `dist`

* mkdir dist if not exists

* Remove build from .gitignore

* Delete `dist/` before building and when cleaning
This commit is contained in:
ylemkimon
2018-07-24 01:46:15 +09:00
committed by Erik Demaine
parent b43ed4b645
commit 237986a7ca
8 changed files with 11 additions and 15 deletions

View File

@@ -1,3 +1,2 @@
**/node_modules/*
build/*
dist/*