Skip to content

Commit 5ccaeb2

Browse files
committed
problem: doesn't build core module on publish
1 parent c7b9cf4 commit 5ccaeb2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Configure Node.js Path
4040
run: npm config set scripts-prepend-node-path true
4141

42+
- name: Build
43+
run: yarn workspaces run build
44+
4245
- name: Publish to NPM
4346
run: npm publish --access=public
4447
working-directory: packages/${{ matrix.package }}

0 commit comments

Comments
 (0)