mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
remove exclusion
This commit is contained in:
parent
1ccae46a24
commit
eb6b3b0916
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user