We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9128fb commit 87ad252Copy full SHA for 87ad252
.devcontainer/devcontainer.json
@@ -59,12 +59,7 @@
59
},
60
61
// Lifecycle commands
62
- "onCreateCommand": [
63
- "npm config set \"//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN\"",
64
- "npm config set \"@github:registry=https://npm.pkg.github.com/\"",
65
- "npm install -g @github/copilot",
66
- "npm ci"
67
- ],
+ "onCreateCommand": "npm ci",
68
"postStartCommand": "nohup bash -c 'npm start &'",
69
// Set the port to be public
70
"postAttachCommand": "gh cs ports visibility 4000:public -c \"$CODESPACE_NAME\"",
0 commit comments