1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

chore: disable unstable test generator

This commit is contained in:
Juan Picado 2024-06-16 12:42:13 +02:00
parent 0905d04801
commit 8be0d4882e

@ -42,7 +42,8 @@
"type-check": "tsc --noEmit -p tsconfig.build.json", "type-check": "tsc --noEmit -p tsconfig.build.json",
"build:types": "tsc --emitDeclarationOnly -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", "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}\"" "lint": "eslint --max-warnings 0 \"**/*.{js,ts}\""
}, },
"license": "MIT" "license": "MIT"