Rename update Chromium version to generate

This also adds the script as a script in the `package.json` with the
naming such that `npm generate` will re-generate the Chromium version
file. This will ensure that the CI checks fail when the Chromium version
doesn't match the minimum supported VS Code version.
This commit is contained in:
Koen Vlaswinkel
2024-01-03 11:42:20 +01:00
parent cce0e146ff
commit 9718aa5806
3 changed files with 4 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ This version should be the same as the version of Chromium that is bundled with
the version, run:
```bash
npx ts-node scripts/update-chromium-version.ts
npx ts-node scripts/generate-chromium-version.ts
```
#### Troubleshooting