Skip to content

Commit 7369c24

Browse files
authored
Fix build step for interact docs (#56)
1 parent e279233 commit 7369c24

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/interactdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
yarn set version 4.10.3
3737
NPQ_PKG_MGR=yarn npx npq install
3838
39+
- name: Build motion package
40+
run: yarn workspace @wix/motion build
41+
3942
- name: Build interact package
4043
run: yarn workspace @wix/interact build
4144

0 commit comments

Comments
 (0)