Skip to content

Commit

Permalink
chore: npm package build
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Nov 20, 2024
1 parent 4270704 commit 34cc671
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-paws-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fluent-wallet/hw-app-conflux": patch
---

Fixed npm package build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm publish
publish: pnpm run changeset:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluent-wallet/hw-app-conflux",
"version": "0.1.0",
"version": "0.0.8",
"description": "Ledger Hardware Wallet Conflux Application API",
"keywords": [
"Ledger",
Expand Down Expand Up @@ -32,7 +32,7 @@
"scripts": {
"clean": "rm -rf lib/",
"build": "yarn tsc -p tsconfig.json && tsc -m ES6 --outDir lib-es",
"publish": "pnpm build && changeset publish"
"changeset:publish": "pnpm build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
Expand Down

0 comments on commit 34cc671

Please sign in to comment.