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 ec6b53a commit 0ff2ef1Copy full SHA for 0ff2ef1
my-standard-layout-scss/package.json
@@ -7,7 +7,7 @@
7
"license": "MIT",
8
"scripts": {
9
"build:scss": "node-sass --recursive src/scss --output src/css",
10
- "build:scss:watch": "yarn run build:scss --watch",
+ "build:scss:watch": "yarn run build:scss && yarn run build:scss --watch",
11
"serve": "browser-sync start --server 'src' --files 'src/css/*.css', 'src/*.html'"
12
},
13
"devDependencies": {
0 commit comments