Skip to content

Commit

Permalink
build unminified & csp builds in build step (#8727)
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner authored Sep 5, 2019
1 parent a247f14 commit 75b9a40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ jobs:
- attach_workspace:
at: .
- run: yarn run build-prod-min
- run: yarn run build-prod
- run: yarn run build-csp
- run: yarn run build-dev
- run: yarn run build-css
- run: yarn run build-style-spec
Expand Down

0 comments on commit 75b9a40

Please sign in to comment.