Commit d5373246 authored by Vadym Gidulian's avatar Vadym Gidulian

Fixed dist folder permissions

parent 3170544b
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"scripts": { "scripts": {
"prestart": "npm install", "prestart": "npm install",
"start": "docker-compose up -d && gulp && concurrently \"gulp watch\" \"lite-server\"", "start": "gulp && docker-compose up -d && concurrently \"gulp watch\" \"lite-server\"",
"build-testing": "npm install && gulp --env testing", "build-testing": "npm install && gulp --env testing",
"build-staging": "npm install && gulp --env staging", "build-staging": "npm install && gulp --env staging",
......
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