More fixes on deploy scripts.

This commit is contained in:
Andrey Antukh
2016-02-21 20:50:26 +02:00
parent ce2ac6fe47
commit ffbaf87cf5
2 changed files with 13 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
},
"scripts": {
"watch": "gulp",
"dist": "./scripts/dist && gulp dist",
"dist": "gulp clean && ./scripts/dist && gulp dist",
"clean": "gulp clean",
"figwheel": "./scripts/figwheel",
"test-watch": "./scripts/watch",