added build:all and start:all
This commit is contained in:
parent
50531e405e
commit
a5f53279b1
1 changed files with 2 additions and 1 deletions
|
@ -35,8 +35,9 @@
|
|||
"scripts": {
|
||||
"start": "chokidar \"sass/**/*.scss\" -c \"npm run build\" --initial",
|
||||
"start:child": "run-p start \"build:child -- {@} watch\" --",
|
||||
"start:all": "chokidar \"sass/**/*.scss\" \"experimental-theme.json\" -c \"npm run build:all\" --initial",
|
||||
"build": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js sass/ponyfill.scss assets/ponyfill.css --output-style expanded --indent-type tab --indent-width 1 --source-map true",
|
||||
"build:child": "node build.js",
|
||||
"build:all-children": "sh ./rebuild-child-themes.sh"
|
||||
"build:all": "npm run build && sh ./rebuild-child-themes.sh"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue