parent
542391f8db
commit
ad4622a853
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@hono/zod-openapi': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Republish v0.19.3 without workspace reference
|
|
@ -23,14 +23,12 @@ jobs:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: yarn build
|
|
||||||
|
|
||||||
- name: Create Release Pull Request or Publish to npm
|
- name: Create Release Pull Request or Publish to npm
|
||||||
id: changesets
|
id: changesets
|
||||||
uses: changesets/action@v1
|
uses: changesets/action@v1
|
||||||
with:
|
with:
|
||||||
publish: yarn changeset publish
|
publish: yarn run publish
|
||||||
|
version: yarn changeset version
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn workspaces foreach --all --topological --verbose run build",
|
"build": "yarn workspaces foreach --all --topological --verbose run build",
|
||||||
"publint": "yarn workspaces foreach --all --topological --verbose run publint",
|
"publint": "yarn workspaces foreach --all --topological --verbose run publint",
|
||||||
|
"publish": "yarn workspaces foreach --all --no-private --topological --verbose npm publish --tolerate-republish",
|
||||||
"typecheck": "yarn tsc --build",
|
"typecheck": "yarn tsc --build",
|
||||||
"typecheck:clean": "yarn tsc --build --clean",
|
"typecheck:clean": "yarn tsc --build --clean",
|
||||||
"typecheck:watch": "yarn tsc --build --watch",
|
"typecheck:watch": "yarn tsc --build --watch",
|
||||||
|
|
Loading…
Reference in New Issue