Skip to content

Commit 91c89da

Browse files
committed
feat: integrate @nbw/validation package into project structure
1 parent e86f11f commit 91c89da

4 files changed

Lines changed: 34 additions & 5 deletions

File tree

bun.lock

Lines changed: 29 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { $ } from 'bun';
44
// the sub array is for packages that can be built in parallel
55
const packages: (string | string[])[] = [
66
'@nbw/config',
7+
'@nbw/validation',
78
'@nbw/database',
89
'@nbw/song',
910
'@nbw/sounds',

tsconfig.eslint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
{ "path": "packages/database" },
1616
{ "path": "packages/song" },
1717
{ "path": "packages/sounds" },
18-
{ "path": "packages/thumbnail" }
18+
{ "path": "packages/thumbnail" },
19+
{ "path": "packages/validation" }
1920
]
2021
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
{ "path": "packages/database" },
1717
{ "path": "packages/song" },
1818
{ "path": "packages/sounds" },
19-
{ "path": "packages/thumbnail" }
19+
{ "path": "packages/thumbnail" },
20+
{ "path": "packages/validation" }
2021
]
2122
}

0 commit comments

Comments
 (0)