We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c1287 commit 3f37c29Copy full SHA for 3f37c29
scripts/build.ts
@@ -3,8 +3,9 @@ import { $ } from 'bun';
3
// This is a list of how the packages can be built in order
4
// the sub array is for packages that can be built in parallel
5
const packages: (string | string[])[] = [
6
+ '@nbw/config',
7
+ '@nbw/sounds',
8
'@nbw/database', // Build database first to ensure types are available
- ['@nbw/config', '@nbw/sounds'],
9
'@nbw/song',
10
'@nbw/thumbnail',
11
];
0 commit comments