Skip to content

Commit

Permalink
chore: remove package type from package.json and update npm dependency (
Browse files Browse the repository at this point in the history
#119)

Co-authored-by: dev-redo <[email protected]>
  • Loading branch information
dev-redo and dev-redo authored Aug 13, 2024
1 parent 05e1c59 commit c49dfe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: pnpm install --no-frozen-lockfile

- run: pnpm run build
- run: node ./tools/removePacakgeType.cjs

- uses: JS-DevTools/npm-publish@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Corca <[email protected]>",
"description": "Design System for Corca, Inc.",
"private": false,
"version": "0.0.31",
"version": "0.0.32",
"packageManager": "[email protected]",
"type": "module",
"exports": {
Expand Down

0 comments on commit c49dfe2

Please sign in to comment.