Commit 9f635db9 authored by Nikolay Gromov's avatar Nikolay Gromov

Убрал проверку с прекоммит-хука

parent 3188919d
...@@ -41,8 +41,7 @@ ...@@ -41,8 +41,7 @@
"test": "stylelint \"src/**/*.less\"", "test": "stylelint \"src/**/*.less\"",
"start": "gulp", "start": "gulp",
"deploy": "cross-env NODE_ENV=production ./node_modules/.bin/gulp build && cross-env ./node_modules/.bin/gulp deploy", "deploy": "cross-env NODE_ENV=production ./node_modules/.bin/gulp build && cross-env ./node_modules/.bin/gulp deploy",
"build": "cross-env NODE_ENV=production npm start build", "build": "cross-env NODE_ENV=production npm start build"
"precommit": "npm test"
}, },
"devDependencies": { "devDependencies": {
"del": "^2.2.2", "del": "^2.2.2",
......
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