Skip to content

Commit

Permalink
chore: added build on prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
morellodev committed Jan 22, 2023
1 parent 3569fd8 commit 7597756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"start": "tsup --watch",
"build": "tsc --noEmit && tsup",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
"lint:fix": "eslint --fix .",
"prepublishOnly": "tsup"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
Expand Down

1 comment on commit 7597756

@vercel
Copy link

@vercel vercel bot commented on 7597756 Jan 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.