Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
[C-3024] Fix solana dapp store ci (#4044)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers authored Sep 7, 2023
1 parent fb22ace commit 72d8eaa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .circleci/src/commands/@mobile-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,19 +221,10 @@ mobile-release-saga-dapp-store:
command: |
echo 'export PATH=$PATH:$JAVA_HOME/bin' >> ~/.bashrc
source ~/.bashrc
- run:
name: Install nvm
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
echo 'export NVM_DIR="$HOME/.nvm"' >> $BASH_ENV
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" --install' >> $BASH_ENV
source $BASH_ENV
- run:
name: Install dependencies
command: |
cd packages/mobile/dapp-store
nvm install
nvm use
corepack enable
corepack prepare pnpm@`npm info pnpm --json | jq -r .version` --activate
pnpm install
Expand Down
1 change: 0 additions & 1 deletion packages/mobile/dapp-store/.nvmrc

This file was deleted.

0 comments on commit 72d8eaa

Please sign in to comment.