Skip to content

Commit

Permalink
build: run command inside shell
Browse files Browse the repository at this point in the history
  • Loading branch information
algoORgoal authored Jul 6, 2024
1 parent dc28f17 commit 3dee9f6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": [
"source $NVM_DIR/nvm.sh",
"yarn install",
"npx playwright install-deps",
"npx playwright install"
]
"postCreateCommand": "yarn install && npx playwright install-deps && npx playwright install",

// Configure tool-specific properties.
// "customizations": {},
Expand Down

1 comment on commit 3dee9f6

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

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

Please sign in to comment.