Skip to content

Commit

Permalink
add test command
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dixon committed Oct 12, 2024
1 parent d9614eb commit d923550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"build": "node scripts/build.js",
"clean": "rimraf dist",
"test": "vitest",
"test": "mocha && vitest run",
"prepublishOnly": "npm run build"
},
"devDependencies": {
Expand Down

0 comments on commit d923550

Please sign in to comment.