Skip to content

Commit

Permalink
ci typo (#4190)
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn authored and dawoodkhan82 committed Jun 2, 2023
1 parent d2e028a commit 1a6fd1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 1a6fd1c

Please sign in to comment.