Skip to content

Commit cdfccff

Browse files
feat: add GitHub Actions workflow for package publishing
1 parent 59baa23 commit cdfccff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: "22"
1414
- run: npm ci
15-
- run: npm test
15+
- run: npm run build
1616
- uses: JS-DevTools/npm-publish@v3
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)