Commit 8b38fbae authored by Nikolay Gromov's avatar Nikolay Gromov

Убрал единую команду деплоя (глючит)

parent 8a042037
...@@ -4,8 +4,7 @@ ...@@ -4,8 +4,7 @@
"description": "Start a library of blocks and technical solutions for HTML/CSS/js page layout.", "description": "Start a library of blocks and technical solutions for HTML/CSS/js page layout.",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/gulp", "start": "./node_modules/.bin/gulp"
"deploy": "./node_modules/.bin/cross-env NODE_ENV=production ./node_modules/.bin/gulp build && ./node_modules/.bin/gulp deploy"
}, },
"author": "Nikolay Gromov", "author": "Nikolay Gromov",
"license": "MIT", "license": "MIT",
...@@ -16,7 +15,6 @@ ...@@ -16,7 +15,6 @@
"devDependencies": { "devDependencies": {
"autoprefixer": "^6.3.3", "autoprefixer": "^6.3.3",
"browser-sync": "^2.11.1", "browser-sync": "^2.11.1",
"cross-env": "^1.0.7",
"css-mqpacker": "^4.0.0", "css-mqpacker": "^4.0.0",
"del": "^2.2.0", "del": "^2.2.0",
"gulp": "github:gulpjs/gulp#4.0", "gulp": "github:gulpjs/gulp#4.0",
......
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