From f422d5dd2c22ad3a9dd1fbf50490b5a529dc6794 Mon Sep 17 00:00:00 2001 From: Yu Jiang Tham Date: Thu, 9 May 2024 14:56:39 -0400 Subject: [PATCH] Test npm --- .github/workflows/periodic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index d6f1cf4..5cac613 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -77,7 +77,7 @@ jobs: run: | export PNPM_HOME="/home/runner/.local/share/pnpm" export PATH="$PNPM_HOME:$PATH" - npm_config_yes=true npx create-axiom-client init -p axiom-app -s ${{ env.SCAFFOLD }} -m yarn -c 11155111 + npm_config_yes=true npx create-axiom-client init -p axiom-app -s ${{ env.SCAFFOLD }} -m npm -c 11155111 - name: Write local .env file working-directory: ./axiom-app