Skip to content

Commit

Permalink
Build all charts when running yarn run dev
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktwerner committed Sep 26, 2022
1 parent 09a5af0 commit 6f43a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"typescript": "^4.5"
},
"scripts": {
"dev": "rollup --failAfterWarnings --config",
"prod": "rollup --failAfterWarnings --config --config-prod",
"dev": "rollup --failAfterWarnings --config --config-all",
"prod": "rollup --failAfterWarnings --config --config-all --config-prod",
"plugin-dev": "rollup --failAfterWarnings --config --config-plugin",
"plugin-prod": "rollup --failAfterWarnings --config --config-prod --config-plugin"
}
Expand Down

0 comments on commit 6f43a6a

Please sign in to comment.