You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
"npm ci" is slow, and unnecessary for the "changeversion" task.
Solution:
- Install "ts-node" specifically, instead of "npm ci".
- 2x speedup in "changeversion" step.
- Use "--ignore-scripts" to skip the broken, misconfigured postinstall
task in "codewhisperer-streaming".
https://docs.npmjs.com/cli/v10/commands/npm-install
0 commit comments