Skip to content

Commit

Permalink
include dist into the published package
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmos-explorer committed Sep 19, 2024
1 parent 5151e6d commit d357657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- run: npm ci

- run: npm run build

- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@featbit/js-client-sdk",
"version": "3.0.6",
"version": "3.0.7",
"description": "https://github.com/featbit/featbit-js-client-sdk",
"main": "./dist/esm/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit d357657

Please sign in to comment.