1.0.2 • Published 7 years ago
ms-ts-poc-lib v1.0.2
POC NPM Package
Scripts
preparewill run both before the package is packed and published, and on local npm install. Build the code here.prepublishOnlywill run beforeprepareand only onnpm publish. Test and Lint here to validate code for style and function.preversionwill run prior to increasing version number. Ensure code is well formatted using lint.versionwill run after increasing version number. Acommitandversion tagwill be made at each version number increase. Code will be formatted prior to thecommit.postversionwill run after thecommit, so push thecommitand thetaghere.buildcompile the code usingtsc.testtest the code usingjestandjestconfig.jsonformatuse theprettiertool to format the code base.lintuse thetslinttool to test code against configured rules.