mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-23 11:39:17 +08:00
change (#4189)
This commit is contained in:
parent
6e28936e1f
commit
9ff9735d1f
2
.github/workflows/publish-npm.yml
vendored
2
.github/workflows/publish-npm.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
- name: create and publish versions
|
||||
uses: changesets/action@v1
|
||||
with:
|
||||
version: pnpm changeset version
|
||||
version: pnpm ci:version
|
||||
commit: "chore: update versions"
|
||||
title: "chore: update versions"
|
||||
publish: pnpm ci:publish
|
||||
|
@ -22,7 +22,8 @@
|
||||
"test:browser": "pnpm --filter @gradio/app test:browser:full",
|
||||
"test:browser:full": "run-s build test:browser",
|
||||
"test:browser:debug": "pnpm --filter @gradio/app test:browser:debug",
|
||||
"ci:publish": "pnpm publish --no-git-checks --access public -r"
|
||||
"ci:publish": "pnpm publish --no-git-checks --access public -r",
|
||||
"ci:version": "changesets version && pnpm i --lockfile-only"
|
||||
},
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
Loading…
Reference in New Issue
Block a user