Update package.json

This commit is contained in:
2025-01-20 14:35:23 +00:00
parent 6a08d3a61a
commit 0cbb20fdf2

View File

@ -11,6 +11,7 @@
"SDK"
],
"scripts": {
"prepare": "npm run build",
"test": "mocha --reporter spec --require ts-node/register 'coverage/**/*.test.ts'",
"build": "tsc"
},