mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
🐛 Properly include CSS in the build
This commit is contained in:
parent
18f6204bdf
commit
7daf86fe64
2 changed files with 5 additions and 2 deletions
|
@ -4,6 +4,9 @@
|
|||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/src/bluelib" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/es" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/lib" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/umd" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bluelib",
|
||||
"version": "0.23.1",
|
||||
"version": "0.23.2",
|
||||
"description": "React components for Bluelib",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
@ -11,7 +11,7 @@
|
|||
"umd"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "nwb build-react-component",
|
||||
"build": "nwb build-react-component --copy-files",
|
||||
"prepublishOnly": "npm run build",
|
||||
"start": "styleguidist server"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue