Skip to content

Commit

Permalink
chore: disable unstable test generator
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Jun 16, 2024
1 parent 0905d04 commit 8be0d48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tools/generator-verdaccio-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8be0d48

Please sign in to comment.