Skip to content

Commit

Permalink
chore(workspace): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Nov 14, 2024
1 parent 1c7b70c commit 17de13f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
echo $RELEASE_VERSION
- name: Install dependencies
run: pnpm install
run: |
pnpm install
- name: Build packages
run: pnpm run build
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
- name: Install dependencies
run: |
npm config set //npm.shlab.tech/:_authToken ${LAB_NPM_TOKEN}
pnpm install
- name: Build packages
Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
arch=x64
platform=linux
@shlab:registry=https://npm.shlab.tech/
registry=https://registry.npmjs.com
# shamefully-hoist=true

0 comments on commit 17de13f

Please sign in to comment.