Skip to content

Commit

Permalink
problem: doesn't build core module on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Jan 27, 2022
1 parent c7b9cf4 commit 5ccaeb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Configure Node.js Path
run: npm config set scripts-prepend-node-path true

- name: Build
run: yarn workspaces run build

- name: Publish to NPM
run: npm publish --access=public
working-directory: packages/${{ matrix.package }}

0 comments on commit 5ccaeb2

Please sign in to comment.