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.
2 parents 48e337f + 96caeda commit 47a311aCopy full SHA for 47a311a
package.json
@@ -11,7 +11,7 @@
11
"main": "lib",
12
"scripts": {
13
"test": "jest",
14
- "build": "rm -rf lib && mkdir lib && tsc",
+ "build": "rm -rf lib && mkdir lib && node-sass src --importer sass-importer.js --include-path node_modules -o lib && tsc",
15
"preversion": "npm run test",
16
"prepublish": "npm run build",
17
"start": "styleguidist server",
0 commit comments