Skip to content

Commit 596dbd0

Browse files
fix: add build to publish package action
1 parent a9fd8d6 commit 596dbd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
node-version: 20.11.1
1515
- run: npm ci
1616
- run: npm test
17+
- run: npm run build
1718

1819
publish-npm:
1920
needs: build

0 commit comments

Comments
 (0)