ci: do publish packages
This commit is contained in:
parent
72df2385a0
commit
85decd792a
2 changed files with 2 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
- name: Create Release Pull Request
|
- name: Create Release Pull Request
|
||||||
uses: changesets/action@v1
|
uses: changesets/action@v1
|
||||||
with:
|
with:
|
||||||
publish: pnpm run build
|
publish: pnpm run release
|
||||||
commit: 'chore(release): version packages'
|
commit: 'chore(release): version packages'
|
||||||
title: 'chore(release): version packages'
|
title: 'chore(release): version packages'
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
"build": "turbo run build",
|
"build": "turbo run build",
|
||||||
"build:watch": "turbo run build:watch",
|
"build:watch": "turbo run build:watch",
|
||||||
"checks": "run-s lint && turbo run checks",
|
"checks": "run-s lint && turbo run checks",
|
||||||
|
"release": "run-s build && changeset publish",
|
||||||
"format": "prettier --write \"**/*.{ts,tsx,md,json,js}\"",
|
"format": "prettier --write \"**/*.{ts,tsx,md,json,js}\"",
|
||||||
"lint": "run-s build && xo",
|
"lint": "run-s build && xo",
|
||||||
"test": "turbo run test",
|
"test": "turbo run test",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue