Skip to content

Commit 0e85c67

Browse files
committed
fix: added build step
1 parent efa20ff commit 0e85c67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
cache: npm
2121
node-version: 16
2222
- run: npm ci
23+
- run: npm run build
2324
- run: npm run test
2425
- run: npx semantic-release
2526
env:

0 commit comments

Comments
 (0)