We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865878c commit 6a0f6d8Copy full SHA for 6a0f6d8
my-standard-layout-scss/package.json
@@ -6,7 +6,7 @@
6
"license": "MIT",
7
"scripts": {
8
"build:scss": "node-sass --recursive src/scss --output src/css",
9
- "build:scss:watch": "yarn run build:scss --watch",
+ "build:scss:watch": "yarn run build:scss && yarn run build:scss --watch",
10
"serve": "browser-sync start --server 'src' --files 'src/css/*.css', 'src/*.html'"
11
},
12
"dependencies": {},
0 commit comments