Skip to content

Commit

Permalink
build: add shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
algoORgoal authored Jul 6, 2024
1 parent 050b30c commit dc28f17
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": [
"npm -v",
"nvm -v",
"nvm install 20",
"npm install -g yarn",
"source $NVM_DIR/nvm.sh",
"yarn install",
"npx playwright install-deps",
"npx playwright install"
Expand Down

1 comment on commit dc28f17

@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-d2hf1zojr-algoorgoals-projects.vercel.app

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

Please sign in to comment.