Skip to content

Commit

Permalink
chore: add build step on release
Browse files Browse the repository at this point in the history
  • Loading branch information
orionmiz committed Aug 3, 2023
1 parent fc12d9e commit 2e46173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:dts": "ultra -r --build build:dts",
"clean": "ultra -r clean",
"format": "eslint --fix --ext .js,.json,.ts,.tsx --ignore-path .gitignore .",
"release": "yarn changeset publish",
"release": "yarn build && yarn changeset publish",
"test": "yarn build && ultra -r test",
"typecheck": "tsc --noEmit",
"version": "changeset version main && yarn install --no-immutable"
Expand Down

0 comments on commit 2e46173

Please sign in to comment.