Skip to content

Commit

Permalink
chore: fix viewport in react package
Browse files Browse the repository at this point in the history
  • Loading branch information
proksh committed Sep 26, 2024
1 parent 9af0144 commit 83f490b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
working-directory: ./packages/react
with:
publish: npm publish --workspace packages/react
publish: npm run build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxy-icons",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 83f490b

Please sign in to comment.