mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Compute state based on github event
This commit is contained in:
parent
d5dd935683
commit
119b4dbe5f
3 changed files with 107 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const fs = require('fs');
|
|||
const cp = require('child_process');
|
||||
|
||||
if (process.argv.length !== 3) {
|
||||
console.error(`usage: node updateVersion.js <PATH_TO_PACKAGE_JSON_FILE>`);
|
||||
console.error(`usage: node setNightlyVersion.js <PATH_TO_PACKAGE_JSON_FILE>`);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue