Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 264 Bytes

File metadata and controls

7 lines (7 loc) · 264 Bytes

signati-sdk-node

"test": "jest --config jestconfig.json", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "git add -A src", "postversion": "git push && git push --tags", "lint": "tslint -p tsconfig.json"