mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44: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 />
|
<exclude-output />
|
||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
<excludeFolder url="file://$MODULE_DIR$/src/bluelib" />
|
<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>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bluelib",
|
"name": "bluelib",
|
||||||
"version": "0.23.1",
|
"version": "0.23.2",
|
||||||
"description": "React components for Bluelib",
|
"description": "React components for Bluelib",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
"umd"
|
"umd"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "nwb build-react-component",
|
"build": "nwb build-react-component --copy-files",
|
||||||
"prepublishOnly": "npm run build",
|
"prepublishOnly": "npm run build",
|
||||||
"start": "styleguidist server"
|
"start": "styleguidist server"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue