mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: disable unstable test generator
This commit is contained in:
parent
0905d04801
commit
8be0d4882e
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue