Conversation
Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/vscode-livepreview/sessions/bfe2ff3f-b8f6-4571-b816-f0db4d5f396b
|
@copilot Check that eslint is a devdependency now and regenerate the lock file |
eslint is indeed a devDependency in |
|
@copilot Resolve merge conflict |
…yarn-to-npm # Conflicts: # yarn.lock
Done in 85fd52e. Merged |
|
@copilot Do not use npx. Add new lint script. |
Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/vscode-livepreview/sessions/2c2f3b96-5902-4a35-be1e-bd6fd9322085
The repository used yarn as its package manager. This replaces yarn with npm across all tooling and CI.
Changes
yarn.lock, generatedpackage-lock.jsonvianpm installpackage.json: Added"lint": "eslint src"script.github/workflows/pr-pipeline.yml: Replaced yarn commands with npm equivalentsbuild/pipeline.yml/build/pre-release.yml: Replaced yarn commands with npm equivalentsCommand mapping
yarn install --frozen-lockfilenpm ciyarn run <script>npm run <script>yarn eslint srcnpm run lint💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.