mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
remove exclusion
This commit is contained in:
parent
5de963ac16
commit
a6d42e024a
@ -13,7 +13,7 @@ const getPackages = require("./utils/getPackages")
|
|||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
const packages = await getPackages({
|
const packages = await getPackages({
|
||||||
ignore: ["shared", "app", "wrapper", "comty.js", "sync_server"]
|
ignore: ["shared", "app", "wrapper", "comty.js"]
|
||||||
})
|
})
|
||||||
|
|
||||||
for await (const packageName of packages) {
|
for await (const packageName of packages) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user