1
Fork 0
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:
Steffo 2021-01-25 20:44:44 +01:00
parent 18f6204bdf
commit 7daf86fe64
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 5 additions and 2 deletions

View file

@ -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" />

View file

@ -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"
},