Skip to content

Commit

Permalink
Add changeset publish to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Dec 28, 2023
1 parent 5c297ba commit 537974d
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 @@ -8,7 +8,7 @@
"clean": "rm -rf **/*/.{nitro,output}",
"test": "pnpm --filter tests clean && pnpm --filter tests test --",
"ci": "pnpm -r --stream run ci",
"release": "pnpm run build && pnpm --filter vinxi run types",
"release": "pnpm run build && pnpm --filter vinxi run types && changeset publish",
"test:packages": "pnpm -r --stream run test",
"test:prettier": "prettier --check --ignore-path .gitignore --ignore-unknown . '!pnpm-lock.yaml'",
"format": "prettier --ignore-path .gitignore --ignore-unknown . '!pnpm-lock.yaml' --write"
Expand Down

0 comments on commit 537974d

Please sign in to comment.