update workflows

This commit is contained in:
Adhiraj
2020-09-02 18:24:11 +05:30
parent 95a243fbc6
commit 4a8932eac9
3 changed files with 50 additions and 58 deletions

View File

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