mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Allows for manual nightly builds.
This commit is contained in:
parent
c84c0cb8f9
commit
74470a5fb2
5 changed files with 31 additions and 5 deletions
6
scripts/ci/env.ts
Normal file
6
scripts/ci/env.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export function getEnv(): {
|
||||
VSCODE_REF: string | undefined;
|
||||
PRERELEASE_VERSION: string | undefined;
|
||||
} {
|
||||
return process.env as any;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue