Fixes command

This commit is contained in:
Roman Galochkin 2020-02-19 13:03:45 +03:00
parent 41c273328c
commit 3c25e7f889

View File

@ -11,7 +11,7 @@
"parcel-build": "parcel build ./src/index.html --no-source-maps --no-autoinstall",
"showcase": "PORT=12345 parcel showcase/index.html",
"server": "moduleserve ./ --port 8000",
"predeploy": "yarn build && parcel build ./src/index.html --no-source-maps --no-autoinstall",
"predeploy": "parcel build ./src/index.html --no-source-maps --no-autoinstall",
"deploy": "gh-pages -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
},