1.6.1 • Published 3 years ago
@windranger-io/npm-publishing v1.6.1
NPM Publishing
Publishing a project to Windranger NPM triggered by releasing.
Development Process
Development follows these processes outlined in development process
Install, build and run
Start by cloning the git repo locally.
Install
To retrieve the project dependencies and before any further tasks will run correctly.
npm ciHusky Git Commit Hooks
To enable Husky commit hooks to trigger the lint-staged behaviour of formatting and linting the staged files prior
before committing, prepare your repo with prepare.
npm run prepareBuild and Test
npm run build
npm testIf you make changes that don't get picked up then add a clean into the process
npm run clean
npm run build
npm testTools
Setup and run instructions: