Skip to content

Commit 8a50415

Browse files
authored
Merge pull request #485 from layer5io/484-build-step
ci: Add build step before publishing
2 parents 960ede8 + 22f5956 commit 8a50415

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
node-version: 18
3434
registry-url: "https://registry.npmjs.org"
3535
scope: "@layer5"
36-
- run: npm publish --verbose
36+
- run: |
37+
npm build
38+
npm publish --verbose
3739
env:
3840
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)