Skip to content

Commit

Permalink
replaced yarn with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorezz committed Oct 31, 2024
1 parent f4b22b3 commit 26901f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node -v
go s

echo "Install Global Deps"
yarn global add http-server
npm i -g http-server

echo "Install Deps"
yarn
npm i

0 comments on commit 26901f3

Please sign in to comment.