Skip to content

Commit

Permalink
chore: update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-world committed Aug 6, 2024
1 parent 7638329 commit 2435783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/openapi-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"clean": "rm -rf -- dist",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"test": "c8 --all --src src node --require @swc-node/register --test 'test/**/*.test.ts'",
"node:test": "node --require @swc-node/register --test test/*.test.ts test/**/*.test.ts",
"test": "c8 --all --src src npm run node:test",
"test:target": "c8 --all --src src node --require @swc-node/register"
},
"dependencies": {
Expand Down

0 comments on commit 2435783

Please sign in to comment.