Skip to content

Commit 97d64ea

Browse files
committed
fix: fixed the packages' sass commands
1 parent 3b22404 commit 97d64ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+3315
-137
lines changed

packages/button/package-lock.json

Lines changed: 105 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/button/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"sveltejs"
1313
],
1414
"scripts": {
15-
"prepublishOnly": "sass -I node_modules --no-source-map _style.scss bare.css",
15+
"prepare": "echo \"$(glob '**/node_modules' | lam -s '-I ' - | paste -s -d ' ' -) --no-source-map _style.scss bare.css\" | xargs sass",
1616
"test": "echo \"Error: no test specified\" && exit 1"
1717
},
1818
"publishConfig": {
@@ -35,6 +35,7 @@
3535
"@smui/ripple": "^1.0.0-beta.13"
3636
},
3737
"devDependencies": {
38+
"glob-cmd": "0.0.7",
3839
"sass": "^1.23.0-module.beta.1"
3940
}
4041
}

0 commit comments

Comments
 (0)