chore: disable unstable test generator

This commit is contained in:
Juan Picado 2024-06-16 12:42:13 +02:00
parent 0905d04801
commit 8be0d4882e
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@
"type-check": "tsc --noEmit -p tsconfig.build.json",
"build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
"build": "babel src/ --out-dir generators/ --copy-files --extensions \".ts,.tsx\" --source-maps --ignore src/app/templates",
"test": "vitest run --pool=forks",
"test": "echo \"on development\" && exit 0",
"test:new": "vitest run --pool=forks",
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\""
},
"license": "MIT"