|
|
@@ -7,7 +7,7 @@
|
|
|
"private": true,
|
|
|
"scripts": {
|
|
|
"typecheck": "tsgo --noEmit",
|
|
|
- "test": "bun test",
|
|
|
+ "test": "bun test --timeout 30000",
|
|
|
"build": "bun run script/build.ts",
|
|
|
"dev": "bun run --conditions=browser ./src/index.ts",
|
|
|
"random": "echo 'Random script updated at $(date)' && echo 'Change queued successfully' && echo 'Another change made' && echo 'Yet another change' && echo 'One more change' && echo 'Final change' && echo 'Another final change' && echo 'Yet another final change'",
|