Commit 2d3d5485 authored by Vadym Gidulian's avatar Vadym Gidulian

Changed build script

parent c3cc9e5a
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"prestart": "npm install", "prestart": "npm install",
"start": "gulp test && concurrently \"gulp watch\" \"lite-server\"", "start": "gulp test && concurrently \"gulp watch\" \"lite-server\"",
"build": "gulp" "build": "npm install && gulp"
}, },
"devDependencies": { "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