mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
small tweaks
This commit is contained in:
parent
512498b487
commit
e1481e0174
5 changed files with 17 additions and 11 deletions
|
|
@ -8,8 +8,7 @@
|
|||
const glob = require('glob');
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
|
||||
const REPO_ROOT = path.join(__dirname, '../../');
|
||||
const { REPO_ROOT } = require('../utils');
|
||||
|
||||
const files = glob.sync('**/package-lock.json', {
|
||||
cwd: REPO_ROOT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue