mirror of
https://github.com/dbgate/dbgate
synced 2024-11-22 07:48:06 +00:00
try to fix build
This commit is contained in:
parent
97eb999e4c
commit
56a241b7f4
@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user