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

[C-3024] Fix solana dapp store ci #4044

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.