Skip to content

Commit 8f56ca5

Browse files
committed
fix copy issue in mac
1 parent d480738 commit 8f56ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"scripts": {
4242
"prebuild": "yarn clean",
4343
"build": "tsc -d && yarn copy-files",
44-
"copy-files": "copyfiles -u 1 src/**/*.scss dist/src",
44+
"copy-files": "copyfiles -u 1 \"src/**/*.scss\" dist/src",
4545
"prepare": "yarn clean && yarn build",
4646
"watch": "concurrently --kill-others \"yarn watch:tsc\" \"yarn watch:files\"",
4747
"watch:tsc": "tsc -d --watch --sourceMap",

0 commit comments

Comments
 (0)