remove exclusion

This commit is contained in:
SrGooglo 2023-07-27 00:49:51 +00:00
parent 5de963ac16
commit a6d42e024a

View File

@ -13,7 +13,7 @@ const getPackages = require("./utils/getPackages")
async function main() {
const packages = await getPackages({
ignore: ["shared", "app", "wrapper", "comty.js", "sync_server"]
ignore: ["shared", "app", "wrapper", "comty.js"]
})
for await (const packageName of packages) {