mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Merge pull request #3421 from microsoft/hediet/pure-junglefowl
Fixes version issue.
This commit is contained in:
commit
d4aa3b8f35
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ async function prepareMonacoEditorCoreRelease(version: string, vscodeRef: string
|
|||
);
|
||||
const packageJson = require(monacoEditorCorePackageJsonSourcePath) as { version: string };
|
||||
packageJson.version = version;
|
||||
await writeJsonFile(monacoEditorPackageJsonPath, packageJson);
|
||||
await writeJsonFile(monacoEditorCorePackageJsonSourcePath, packageJson);
|
||||
});
|
||||
|
||||
await group('Building & Testing', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue