This commit is contained in:
pngwn 2023-05-12 20:40:54 +01:00 committed by GitHub
parent 9ff9735d1f
commit a4748fb1f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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": "",