Skip to content

Commit

Permalink
build: check if dependencies are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
algoORgoal authored Jul 6, 2024
1 parent 3fb9b83 commit 050b30c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": [
"npm -v",
"nvm -v",
"nvm install 20",
"npm install -g yarn",
"yarn install",
Expand Down

1 comment on commit 050b30c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for unifest-web-deployment ready!

✅ Preview
https://unifest-web-deployment-hlmzizut2-algoorgoals-projects.vercel.app

Built with commit 050b30c.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.