fix(build): 🚑 Update build file to not fail

Build file was still depending on frontend being included with the project, which it is not anymore
This commit is contained in:
Jesse Wierzbinski 2024-04-14 15:48:20 -10:00
parent a7969f6ebd
commit 5b0d2014ff
No known key found for this signature in database
2 changed files with 1 additions and 11 deletions

View file

@ -2,5 +2,5 @@
"typescript.tsdk": "node_modules/typescript/lib",
"jest.jestCommandLine": "/home/jessew/.bun/bin/bun test",
"jest.rootPath": ".",
"conventionalCommits.scopes": ["database", "frontend"]
"conventionalCommits.scopes": ["database", "frontend", "build"]
}