Skip to content

Commit

Permalink
Merge branch 'develop' into 'main'
Browse files Browse the repository at this point in the history
feat: delpoy 命令微调

See merge request changying/platform/xteriosdk-web!5
  • Loading branch information
clover committed Oct 24, 2024
2 parents 2ca0c04 + 037fb42 commit ed47419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: pnpm install --no-frozen-lockfile --shamefully-hoist
run: pnpm install
# run: pnpm install --no-frozen-lockfile --shamefully-hoist

- name: Build Modules
run: pnpm run build
Expand Down

0 comments on commit ed47419

Please sign in to comment.