Skip to content

Commit

Permalink
ci: prebuilt codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed May 16, 2023
1 parent 4de93a6 commit 2be38d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [4200, 3000, 27017],

"onCreateCommand": ["pnpm", "install"],
"onCreateCommand": "pnpm install && npm run setup:project",
"postCreateCommand": [],

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
Expand Down

0 comments on commit 2be38d2

Please sign in to comment.