Skip to content

Commit 3527651

Browse files
committed
Try building and running docker in Circle (not sure if works)
1 parent 6269d47 commit 3527651

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ commands:
1717
description: "Ensure built assets are up to date"
1818
steps:
1919
- checkout
20-
- run: npm ci
21-
- run: npm run build
20+
# - run: npm ci
21+
- run: make docker-images
22+
- run: make docker-run
23+
- run: make docker-copy-assets
2224
- run:
2325
name: Ensure built assets are up to date
2426
command: |

0 commit comments

Comments
 (0)