Skip to content

Commit

Permalink
Build package before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
t4t5 committed Dec 16, 2024
1 parent 8aa2b3c commit 2e8cdf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
node-version: "20"
- run: npm ci
- run: npm test
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ordiscan",
"version": "0.1.1",
"version": "0.1.2",
"description": "TypeScript client for the Ordiscan API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 2e8cdf9

Please sign in to comment.