We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45381b commit 6062f75Copy full SHA for 6062f75
.github/workflows/cypress.yml
@@ -45,6 +45,10 @@ jobs:
45
run: |
46
pnpm run --aggregate-output --filter itk-wasm build
47
48
+ - name: Build @itk-wasm/demo-app
49
+ run: |
50
+ pnpm run --aggregate-output --filter '@itk-wasm/demo-app' build
51
+
52
- name: Build build:gen:typescript
53
54
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build..." build:gen:typescript
.github/workflows/javascript-typescript.yml
@@ -46,6 +46,10 @@ jobs:
55
pnpm run --aggregate-output build:gen:typescript
0 commit comments