fix: disable files field sync
This commit is contained in:
@@ -61,7 +61,12 @@ class PackageJsonHandler {
|
||||
await this.syncField('main:src');
|
||||
}
|
||||
await this.syncField('types');
|
||||
await this.syncField('files');
|
||||
|
||||
// shmidt-i: Skipping `files` for now,
|
||||
// need more info how to handle
|
||||
// and what to allow
|
||||
|
||||
// await this.syncField('files');
|
||||
await this.syncScripts();
|
||||
await this.syncPublishConfig();
|
||||
await this.syncDependencies('dependencies');
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
"cross-fetch": "^3.0.6"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"universal"
|
||||
"dist"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user