From df013093f214eb4dcbc52d2df533a0ac79a24078 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Sat, 8 Oct 2022 18:14:25 +0200 Subject: [PATCH] pnpm setup --- .github/workflows/dev.yml | 6 +++--- .github/workflows/stable.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index e6769c6..e305db9 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v2 - name: Install pnpm - run: npm i -g pnpm + run: npm i -g pnpm && pnpm setup - name: Install Node dependencies run: pnpm install -g cargo-cp-artifact && pnpm install @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@v2 - name: Install pnpm - run: npm i -g pnpm + run: npm i -g pnpm && pnpm setup - name: Install Node dependencies run: pnpm install -g cargo-cp-artifact && pnpm install @@ -91,7 +91,7 @@ jobs: uses: actions/checkout@v2 - name: Install pnpm - run: npm i -g pnpm + run: npm i -g pnpm && pnpm setup - name: Install Node dependencies run: pnpm install diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 8a39bd5..a46266e 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v2 - name: Install pnpm - run: npm i -g pnpm + run: npm i -g pnpm && pnpm setup - name: Install Node dependencies run: pnpm install -g cargo-cp-artifact && pnpm install @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v2 - name: Install pnpm - run: npm i -g pnpm + run: npm i -g pnpm && pnpm setup - name: Install Node dependencies run: pnpm install -g cargo-cp-artifact && pnpm install @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@v2 - name: Install pnpm - run: npm i -g pnpm + run: npm i -g pnpm && pnpm setup - name: Install Node dependencies run: pnpm install -g cargo-cp-artifact && pnpm install