Skip to content

Commit

Permalink
chore: improve ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Oct 2, 2023
1 parent 9bd8001 commit 3064f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
version: 7

- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Build
run: pnpm run docs:build
Expand Down
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
shamefully-hoist=true
engine-strict=true
engine-strict=true
auto-install-peers=false

0 comments on commit 3064f1a

Please sign in to comment.