Skip to content

Commit 47a311a

Browse files
authored
Merge pull request #51 from buildo/50-module_not_found
#50: Module not found (closes #50)
2 parents 48e337f + 96caeda commit 47a311a

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
@@ -11,7 +11,7 @@
1111
"main": "lib",
1212
"scripts": {
1313
"test": "jest",
14-
"build": "rm -rf lib && mkdir lib && tsc",
14+
"build": "rm -rf lib && mkdir lib && node-sass src --importer sass-importer.js --include-path node_modules -o lib && tsc",
1515
"preversion": "npm run test",
1616
"prepublish": "npm run build",
1717
"start": "styleguidist server",

0 commit comments

Comments
 (0)