Skip to content

Commit

Permalink
ci: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ho3einWave committed Oct 16, 2024
1 parent 81dc527 commit 477260c
Show file tree
Hide file tree
Showing 3 changed files with 510 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: npm install -g pnpm
- run: pnpm install
- run: pnpm run build
- run: cp package.json ./dist/package.json
- run: pnpm publish --provenance --access --no-git-checks public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"build-storybook": "storybook build"
},
"peerDependencies": {
"@mytonswap/sdk": "^0.0.18",
"@ton/ton": "^15.1.0",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@ton/ton": "^15.1.0",
"@mytonswap/sdk": "^0.0.18"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
Expand Down Expand Up @@ -93,6 +93,7 @@
"process": "^0.11.10",
"storybook": "^8.3.5",
"tailwindcss": "^3.4.13",
"tsup": "^8.3.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8",
Expand Down
Loading

0 comments on commit 477260c

Please sign in to comment.