mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Trims commitId
This commit is contained in:
parent
beed7d171a
commit
f9c53f16a5
4 changed files with 10 additions and 11 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import { readFile } from 'fs/promises';
|
||||
import { join, resolve } from 'path';
|
||||
import { getNightlyVersion, group, run, writeJsonFile } from '../lib';
|
||||
import { PackageJson } from './types';
|
||||
import { PackageJson, getNightlyVersion, group, run, writeJsonFile } from '../lib';
|
||||
|
||||
const selfPath = __dirname;
|
||||
const rootPath = join(selfPath, '..', '..');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue