Skip to content

Commit

Permalink
update test run command
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalefter committed Apr 5, 2024
1 parent 31a9f0a commit fa65265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"clean": "rm -rf dist",
"codegen": "openapi-generator-cli generate --generator-name typescript-axios --input-spec codegen/kbswagger.yaml --config codegen/config.yaml",
"build": "npm run clean && tsc",
"test": "mocha test/*.ts --require ts-node/register",
"test": "vitest --mode production",
"prepublishOnly": "npm run build"
},
"dependencies": {
Expand Down

0 comments on commit fa65265

Please sign in to comment.