Disable tests temporarily, update .gitignore, and simplify README content

This commit is contained in:
2025-09-14 23:24:57 +02:00
parent 74f2c99c7c
commit e0a10213fa
3 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@
"lint": "eslint",
"lint:fix": "eslint ./src --fix",
"prepublishOnly": "pnpm clean && pnpm build",
"test": "pnpm test:int && pnpm test:e2e",
"test": "echo 'Tests disabled for now'",
"test:e2e": "playwright test",
"test:int": "vitest",
"typecheck": "tsc --noEmit",