We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0621ab8 commit 93f9d84Copy full SHA for 93f9d84
package.json
@@ -54,7 +54,7 @@
54
"lint:sounds": "cd ./packages/sounds && bun run lint",
55
"lint:thumbnail": "cd ./packages/thumbnail && bun run lint",
56
"lint:components": "cd ./packages/components && bun run lint",
57
- "test": "cd ./apps/backend && bun test",
+ "test": "bun test",
58
"cy:open": "bun run test:cy",
59
"test:cy": "cd ./tests && bun run cy:open",
60
"prettier": "prettier --write ."
0 commit comments