Skip to content

Commit 93f9d84

Browse files
committed
chore: simplify test command in package.json to run tests from the root directory
1 parent 0621ab8 commit 93f9d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"lint:sounds": "cd ./packages/sounds && bun run lint",
5555
"lint:thumbnail": "cd ./packages/thumbnail && bun run lint",
5656
"lint:components": "cd ./packages/components && bun run lint",
57-
"test": "cd ./apps/backend && bun test",
57+
"test": "bun test",
5858
"cy:open": "bun run test:cy",
5959
"test:cy": "cd ./tests && bun run cy:open",
6060
"prettier": "prettier --write ."

0 commit comments

Comments
 (0)