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