Install pnpm.
npm install -g pnpmDownload dependencies.
pnpm installInstall Helm.
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bashWatch changes of TypeScript files and rebuild automatically.
npm run watchDelete built files.
npm run cleanRun unit tests.
npm run test:unitBuild TypeScript files.
npm run buildRun integration tests.
npm run test:integrationBuild TypeScript files.
npm run buildRun browser tests.
npm run test:browserIf the tests don't run:
Lint TypeScript and JavaScript files.
npm run lintWe use Prettier to format all the code.