mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fix deps
This commit is contained in:
parent
17be50c46e
commit
97fb872c71
3 changed files with 289 additions and 67 deletions
|
@ -17,6 +17,12 @@ stdin.on('end', function() {
|
|||
let packageJSON = JSON.parse(packageFile);
|
||||
|
||||
lines = [ ...new Set(lines) ];
|
||||
lines = lines.map((it) => {
|
||||
return {
|
||||
from: it,
|
||||
to: it,
|
||||
};
|
||||
});
|
||||
|
||||
packageJSON.build.files = baseDepsJSON.concat(lines).filter(function (el) {
|
||||
return el != "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue