Убрал проверку с прекоммит-хука
Showing
... | @@ -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", | ||
... | ... |
Please
register
or
sign in
to comment