mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 13:53:59 +00:00
try to fix build
This commit is contained in:
@@ -2,7 +2,7 @@ const fs = require('fs');
|
|||||||
|
|
||||||
function adjustAppPackageJson(file) {
|
function adjustAppPackageJson(file) {
|
||||||
const json = JSON.parse(fs.readFileSync(file, { encoding: 'utf-8' }));
|
const json = JSON.parse(fs.readFileSync(file, { encoding: 'utf-8' }));
|
||||||
json.workspaces = ['../packages/*'];
|
json.workspaces = ['../packages/tools', '../packages/types', '../packages/sqltree'];
|
||||||
fs.writeFileSync(file, JSON.stringify(json, null, 2), 'utf-8');
|
fs.writeFileSync(file, JSON.stringify(json, null, 2), 'utf-8');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user