Update package.json and fabfile

This commit is contained in:
Oliver Davies 2017-01-08 01:46:22 +00:00
parent b8ef0942cb
commit ab7a28c7a0
2 changed files with 6 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{
"scripts": {
"init": "yarn && bower install",
"init": "yarn --pure-lockfile && bower install",
"dev": "gulp watch",
"production": "gulp --production"
},