Skip to content

Commit

Permalink
fix: rebuild before release (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jun 19, 2024
1 parent 736f8ce commit afe1014
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
with:
commit: "chore: update versions"
title: "chore: update versions"
publish: pnpm publish -r
version: pnpm ci:version
publish: pnpm ci:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "assistant-ui",
"private": "true",
"private": true,
"scripts": {
"lint": "biome lint ."
"lint": "biome lint .",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"ci:publish": "turbo clean && turbo build && changeset publish"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
Expand Down

0 comments on commit afe1014

Please sign in to comment.