1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update Copilot CLI installation command (#57779)

This commit is contained in:
Devraj Mehta
2025-10-02 15:43:54 -04:00
committed by GitHub
parent 1506c4527b
commit d3eb448dc7

View File

@@ -60,7 +60,7 @@
// Lifecycle commands // Lifecycle commands
// Install dependencies then install Copilot CLI // Install dependencies then install Copilot CLI
"onCreateCommand": "npm ci && npm config set \"//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN\" && npm config set \"@github:registry=https://npm.pkg.github.com/\" && npm install -g @github/copilot", "onCreateCommand": "npm ci && npm install -g @github/copilot@prerelease",
// Start a web server and keep it running // Start a web server and keep it running
"postStartCommand": "nohup bash -c 'npm start &'", "postStartCommand": "nohup bash -c 'npm start &'",
// Set port 4000 to be public // Set port 4000 to be public