Запилил сборку с и без библиотеки блоков
Showing
... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ |
"scripts": { | "scripts": { | ||
"test:style": "stylelint \"src/**/*.scss\" --syntax=scss", | "test:style": "stylelint \"src/**/*.scss\" --syntax=scss", | ||
"start": "gulp", | "start": "gulp", | ||
"wlib": "cross-env BUILD_LIBRARY=yes 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", | ||
"lint-staged": "lint-staged" | "lint-staged": "lint-staged" | ||
... | ... |
Please
register
or
sign in
to comment