There was an error while loading. Please reload this page.
1 parent 714d0a9 commit a9d60f1Copy full SHA for a9d60f1
1 file changed
.github/workflows/prerelease.yml
@@ -42,8 +42,18 @@ jobs:
42
- run: corepack prepare yarn@4.10.3 --activate
43
- run: yarn set version 4.10.3
44
- run: NPQ_PKG_MGR=yarn npx npq install
45
- - run: yarn build
46
- - run: yarn test
+
+ - name: Build motion package
47
+ run: yarn workspace @wix/motion build
48
49
+ - name: Build interact package
50
+ run: yarn workspace @wix/interact build
51
52
+ - name: Test motion package
53
+ run: yarn workspace @wix/motion test
54
55
+ - name: Test interact package
56
+ run: yarn workspace @wix/interact test
57
58
# ---- BUMP VERSION ----
59
0 commit comments