Skip to content

Commit 4440fa1

Browse files
authored
fix: run prepublishOnly scripts on release
1 parent 5b5b695 commit 4440fa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
with:
1717
node-version: 20
1818
- run: npm ci
19-
- run: npm test
19+
- run: npm build
20+
- run: npm run c
2021

2122
publish-gpr:
2223
needs: build

0 commit comments

Comments
 (0)