mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
ci typo (#4190)
This commit is contained in:
parent
9ff9735d1f
commit
a4748fb1f1
2
.github/workflows/publish-npm.yml
vendored
2
.github/workflows/publish-npm.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
node-version: 18
|
||||
registry-url: "https://registry.npmjs.org"
|
||||
- name: install dependencies
|
||||
run: pnpm install
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Build packages
|
||||
run: pnpm --filter @gradio/client build
|
||||
- name: Setup npmrc
|
||||
|
@ -23,7 +23,7 @@
|
||||
"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:version": "changesets version && pnpm i --lockfile-only"
|
||||
"ci:version": "changeset version && pnpm i --lockfile-only"
|
||||
},
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
Loading…
Reference in New Issue
Block a user