We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b9cf4 commit 5ccaeb2Copy full SHA for 5ccaeb2
1 file changed
.github/workflows/publish.yaml
@@ -39,6 +39,9 @@ jobs:
39
- name: Configure Node.js Path
40
run: npm config set scripts-prepend-node-path true
41
42
+ - name: Build
43
+ run: yarn workspaces run build
44
+
45
- name: Publish to NPM
46
run: npm publish --access=public
47
working-directory: packages/${{ matrix.package }}
0 commit comments