Update package.json

This commit is contained in:
Adhiraj Singh
2020-09-02 13:37:16 +05:30
committed by GitHub
parent df6e7bc8d3
commit 95a243fbc6

View File

@@ -17,7 +17,7 @@
],
"scripts": {
"test": "mocha --timeout 240000 -r ts-node/register src/Tests/Tests.*.ts",
"prepack": "tsc",
"prepare": "tsc",
"lint": "eslint '*/*.ts' --quiet --fix",
"build:docs": "typedoc",
"example": "npx ts-node Example/example.ts",