|
@@ -40,7 +40,7 @@
|
|
|
"build:print": "node-sass print.scss print.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r print.css",
|
|
|
"build:woocommerce": "node-sass style-woocommerce.scss style-woocommerce.css --output-style expanded --indent-type tab --indent-width 1 && postcss -r style-woocommerce.css",
|
|
|
"build:woocommerce-rtl": "rtlcss style-woocommerce.css style-woocommerce-rtl.css",
|
|
|
- "build": "run-p \"build:*\"",
|
|
|
+ "build": "run-s \"build:*\"",
|
|
|
"watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
|
|
|
"child-theme": "sh ../theme-dev-utils/build-child-theme.sh",
|
|
|
"children": "sh ./rebuild-child-themes.sh"
|