Skip to content

Commit 667b196

Browse files
refactor: update sass build path for style.scss
1 parent bc5499f commit 667b196

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "node esbuild.config.mjs",
88
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
99
"version": "node version-bump.mjs && git add manifest.json versions.json",
10-
"sass": "sass -w ./src/createFamily/style.scss:./styles.css "
10+
"sass": "sass -w ./src/style/style.scss:./styles.css "
1111
},
1212
"keywords": [],
1313
"author": "",

0 commit comments

Comments
 (0)