🔧 Added watch script for css-theme
This commit is contained in:
parent
6e20011cbd
commit
a3ae718632
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ create-freesewing-pattern:
|
|||
test: "ava -v && standard *.js lib/*.js"
|
||||
css-theme:
|
||||
build: "npx node-sass --output-style compressed src/theme.scss ../../dist/css-theme/theme.css"
|
||||
watch: "npx node-sass --watch --output-style compressed src/theme.scss ../../dist/css-theme/theme.css"
|
||||
components:
|
||||
test: "echo \"{{name}}: No tests configured. Perhaps you'd like to do this?\" && exit 0"
|
||||
build: "./scripts/build.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue