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

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
build
katex.tar.gz
katex.zip
node_modules
npm-debug.log
debug.log