From a06c5c5734aae0452e70959a62797d96f191c536 Mon Sep 17 00:00:00 2001 From: Giorgi Lagidze Date: Fri, 13 Dec 2024 06:36:32 +0400 Subject: [PATCH] switch to npm for installing fleek --- .github/workflows/publish-on-fleek.yaml | 2 +- fleek_staging.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-on-fleek.yaml b/.github/workflows/publish-on-fleek.yaml index 5965c147..cbdb972f 100644 --- a/.github/workflows/publish-on-fleek.yaml +++ b/.github/workflows/publish-on-fleek.yaml @@ -28,7 +28,7 @@ jobs: cache: 'yarn' - name: Install Fleek CLI - run: yarn global add @fleek-platform/cli + run: npm i -g @fleek-platform/cli - name: Activate Fleek run: mv fleek_${{ inputs.source_branch }}.json fleek.config.json diff --git a/fleek_staging.json b/fleek_staging.json index e71fdd7b..e4040a1f 100644 --- a/fleek_staging.json +++ b/fleek_staging.json @@ -3,7 +3,7 @@ { "slug": "holy-feather-8175", "distDir": "build/site", - "buildCommand": "yarn run build:staging" + "buildCommand": "yarn run build" } ] }