Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jun 28, 2021
1 parent 3215e85 commit a7af9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dtsc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async function bundleAll(names: readonly string[]) {
}
}

const targets = ['koishi-utils', 'koishi-core', 'plugin-mysql', 'plugin-mongo', 'plugin-teach', 'plugin-webui', 'plugin-adventure']
const targets = ['koishi-utils', 'koishi-core', 'plugin-mysql', 'plugin-mongo', 'plugin-webui', 'plugin-teach', 'plugin-adventure']
const corePlugins = ['common', 'eval', 'puppeteer', 'teach']

function precedence(name: string) {
Expand Down

0 comments on commit a7af9c5

Please sign in to comment.