Skip to content

Commit

Permalink
fix: update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Apr 8, 2024
1 parent da76264 commit a54c0cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/karbon/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ tasks:
- tsx
- scripts/release.mts
platform: node
options:
interactive: true
local: true
test:
command: vitest
platform: node
Expand Down
2 changes: 1 addition & 1 deletion packages/karbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@
"access": "public"
},
"gitHead": "8df1f4d5837a7e2ddbff6cc79f5fec256c34a394"
}
}
2 changes: 2 additions & 0 deletions packages/karbon/scripts/release.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { $ } from 'zx'

$.verbose = true

await $`git pull --rebase --autostash`

const res = await $`yarn prettier --check package.json`.nothrow()
Expand Down

0 comments on commit a54c0cc

Please sign in to comment.