Skip to content

Commit 6a0f6d8

Browse files
committed
SCSS を watch するときに、一度コンパイルしてから watch しないと、新しく作成した SCSS ファイルがコンパイルされなかった
1 parent 865878c commit 6a0f6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

my-standard-layout-scss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"scripts": {
88
"build:scss": "node-sass --recursive src/scss --output src/css",
9-
"build:scss:watch": "yarn run build:scss --watch",
9+
"build:scss:watch": "yarn run build:scss && yarn run build:scss --watch",
1010
"serve": "browser-sync start --server 'src' --files 'src/css/*.css', 'src/*.html'"
1111
},
1212
"dependencies": {},

0 commit comments

Comments
 (0)