mirror of https://github.com/certd/certd
chore: 1
parent
e5d93bd114
commit
8e19e44f4c
|
@ -32,8 +32,9 @@ async function getPackages(directoryPath) {
|
||||||
async function getAllPackages() {
|
async function getAllPackages() {
|
||||||
const base = await getPackages("./packages/core")
|
const base = await getPackages("./packages/core")
|
||||||
const plugins = await getPackages("./packages/plugins")
|
const plugins = await getPackages("./packages/plugins")
|
||||||
|
const libs = await getPackages("./packages/libs")
|
||||||
|
|
||||||
return base.concat(plugins)
|
return base.concat(plugins).concat(libs)
|
||||||
}
|
}
|
||||||
|
|
||||||
async function sync() {
|
async function sync() {
|
||||||
|
|
Loading…
Reference in New Issue