Skip to content

Commit 6062f75

Browse files
committed
ci(javascript): build @itk-wasm/demo-app prior to build:gen:typescript
To address: cp: no such file or directory: node_modules/@itk-wasm/demo-app/dist/assets
1 parent d45381b commit 6062f75

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/cypress.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
run: |
4646
pnpm run --aggregate-output --filter itk-wasm build
4747
48+
- name: Build @itk-wasm/demo-app
49+
run: |
50+
pnpm run --aggregate-output --filter '@itk-wasm/demo-app' build
51+
4852
- name: Build build:gen:typescript
4953
run: |
5054
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build..." build:gen:typescript

.github/workflows/javascript-typescript.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
run: |
4747
pnpm run --aggregate-output --filter itk-wasm build
4848
49+
- name: Build @itk-wasm/demo-app
50+
run: |
51+
pnpm run --aggregate-output --filter '@itk-wasm/demo-app' build
52+
4953
- name: Build build:gen:typescript
5054
run: |
5155
pnpm run --aggregate-output build:gen:typescript

0 commit comments

Comments
 (0)