Skip to content

Commit d98cb45

Browse files
author
Ibrahim
committed
Fix: Build demo by changing directory instead of using workspace
1 parent 4b6447f commit d98cb45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
run: npm run build --workspace=wex-threejs
4040

4141
- name: Build demo
42-
run: npm run build --workspace=@xbim/wex-threejs-demo
42+
run: |
43+
cd packages/demo
44+
npm run build
4345
env:
4446
NODE_ENV: production
4547

0 commit comments

Comments
 (0)