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 d480738 commit 8f56ca5Copy full SHA for 8f56ca5
package.json
@@ -41,7 +41,7 @@
41
"scripts": {
42
"prebuild": "yarn clean",
43
"build": "tsc -d && yarn copy-files",
44
- "copy-files": "copyfiles -u 1 src/**/*.scss dist/src",
+ "copy-files": "copyfiles -u 1 \"src/**/*.scss\" dist/src",
45
"prepare": "yarn clean && yarn build",
46
"watch": "concurrently --kill-others \"yarn watch:tsc\" \"yarn watch:files\"",
47
"watch:tsc": "tsc -d --watch --sourceMap",
0 commit comments