Skip to content

Commit

Permalink
Merge pull request #442 from ivarni/441-missing-less
Browse files Browse the repository at this point in the history
fix(ffe-chart-donut-react): include .less file in lib/ root
  • Loading branch information
ivarni authored Oct 2, 2018
2 parents 1d34c04 + 763ffa4 commit bb71ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ffe-chart-donut-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "ssh://git@github.com:SpareBank1/designsystem.git"
},
"scripts": {
"build": "babel -d lib/. --ignore=*.spec.js src/ && copyfiles src/ffe-chart-donut.less lib/",
"build": "babel -d lib/. --ignore=*.spec.js src/ && copyfiles -f src/ffe-chart-donut.less lib/",
"lint": "eslint src/.",
"test": "jest",
"test:watch": "jest --watch"
Expand Down

0 comments on commit bb71ad2

Please sign in to comment.