We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dbdf5 commit 59aac66Copy full SHA for 59aac66
package.json
@@ -38,6 +38,7 @@
38
"scripts": {
39
"gen": "ts-node --transpile-only script/gen-types.ts",
40
"test": "npm run gen && npm run build && script/run-tests.sh",
41
+ "run-test": "mocha --reporter spec --full-trace lib/test/run.js",
42
"clean": "rimraf lib/",
43
"build": "tsc",
44
"prepare": "npm run clean && npm run build"
0 commit comments