Update package.json

This commit is contained in:
Adhiraj
2020-08-30 13:44:27 +05:30
parent 8094891e63
commit 39af3a386d

View File

@@ -17,12 +17,11 @@
],
"scripts": {
"test": "mocha --timeout 60000 -r ts-node/register src/Tests/Tests.*.ts",
"prepare": "npm run build",
"prepare": "npm run build:tsc",
"lint": "eslint '*/*.ts' --quiet --fix",
"build:tsc": "tsc",
"build:docs": "typedoc",
"build:all": "npm run build:tsc && npm run build:docs",
"build": "",
"example": "npx ts-node Example/example.ts",
"browser-decode": "npx ts-node src/BrowserMessageDecoding.ts"
},