Commit a10138a4 authored by Vadym Gidulian's avatar Vadym Gidulian Committed by Vadym Gidulian

Used Yarn

parent 5c12aa95
......@@ -3,12 +3,12 @@
"version": "version",
"scripts": {
"prestart": "npm install",
"prestart": "yarn",
"start": "gulp && concurrently \"gulp watch\" \"lite-server\"",
"build-testing": "npm install && gulp --env testing",
"build-staging": "npm install && gulp --env staging",
"build": "npm install && gulp --env production"
"build-testing": "yarn && gulp --env testing",
"build-staging": "yarn && gulp --env staging",
"build": "yarn && gulp --env production"
},
"devDependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment