Lets try to build

This commit is contained in:
Roman Galochkin 2020-02-11 14:57:44 +03:00
parent 71f3c6290d
commit 0322ed73eb

View File

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