Skip to content

Commit

Permalink
chore: Run yarn install during devcontainer build
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannibaratta committed Nov 13, 2023
1 parent 02091a1 commit 2b5e40a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/install_yarn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ set -e
"$NVM_BIN/corepack" enable
"$NVM_BIN/corepack" prepare yarn@stable --activate

echo "Yarn setup completed"
echo "Yarn setup completed"

cd core

yarn install

0 comments on commit 2b5e40a

Please sign in to comment.