diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7b25ece..9329f477 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.npmrc b/.npmrc index c9ee6a36..e9891969 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ shamefully-hoist=true -engine-strict=true \ No newline at end of file +engine-strict=true +auto-install-peers=false \ No newline at end of file