Skip to content

Commit

Permalink
fix(build): publish correct files from core and accordion
Browse files Browse the repository at this point in the history
affects: @fremtind/jkl-accordion, @fremtind/jkl-core
  • Loading branch information
Leiv Fredrik Berge committed Jul 15, 2019
1 parent bce873d commit 0a929ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions packages/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@
"keywords": [
"accordion"
],
"directories": {
"lib": "build"
},
"files": [
"build"
"*.css"
],
"license": "MIT",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"lib": "build"
},
"files": [
"build"
"build",
"*.css",
"*.scss"
],
"scripts": {
"build": "gulp build && yarn build:modules",
Expand Down

0 comments on commit 0a929ee

Please sign in to comment.