This commit is contained in:
Eric Bidelman 2017-07-03 11:05:31 -07:00
Родитель e4b4e6e19d
Коммит 153d0ff8fe
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@
},
"scripts": {
"postinstall": "npm run deps && npm run build",
"deps": "rm -rf static/bower_components; bower install",
"deps": "rm -rf static/bower_components && bower install && pip install -t lib -r requirements.txt",
"lint": "gulp lint",
"build": "gulp",
"deploy": "./scripts/deploy_site.sh"