Skip to content

Commit 0ff2ef1

Browse files
committed
build:scss:watchは一度build:scssしてからなのを忘れていた!
1 parent ec6b53a commit 0ff2ef1

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
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"scripts": {
99
"build:scss": "node-sass --recursive src/scss --output src/css",
10-
"build:scss:watch": "yarn run build:scss --watch",
10+
"build:scss:watch": "yarn run build:scss && yarn run build:scss --watch",
1111
"serve": "browser-sync start --server 'src' --files 'src/css/*.css', 'src/*.html'"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)