🔧 Add tests scripts in package.json (#2098)
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "bun run --filter frontend dev",
|
||||
"lint": "bun run --filter frontend lint"
|
||||
"lint": "bun run --filter frontend lint",
|
||||
"test": "bun run --filter frontend test",
|
||||
"test:ui": "bun run --filter frontend test:ui"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user