Skip to content

Commit 3f37c29

Browse files
committed
chore: update build order to include @nbw/config and @nbw/sounds
- Added @nbw/config and @nbw/sounds to the build order in build.ts for improved package management.
1 parent c2c1287 commit 3f37c29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ import { $ } from 'bun';
33
// This is a list of how the packages can be built in order
44
// the sub array is for packages that can be built in parallel
55
const packages: (string | string[])[] = [
6+
'@nbw/config',
7+
'@nbw/sounds',
68
'@nbw/database', // Build database first to ensure types are available
7-
['@nbw/config', '@nbw/sounds'],
89
'@nbw/song',
910
'@nbw/thumbnail',
1011
];

0 commit comments

Comments
 (0)