Skip to content

Commit a54ff56

Browse files
committed
fix: update npm workflow to run tests instead of build
1 parent 4440fa1 commit a54ff56

File tree

3 files changed

+5731
-5752
lines changed

3 files changed

+5731
-5752
lines changed

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

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

2221
publish-gpr:
2322
needs: build

0 commit comments

Comments
 (0)