This is a 1 time setup. Skip if you already have typescript installed globally.
- Use node version
v16.15.1
orlts/gallium
nvm use lts/gallium
- Install typescript globally
npm install -g typescript
To login and save the npm user on your machine:
npm adduser
Retrieve the user creds from 1Password vault > HaloDAO npm account
entry
- Bump version
Update the project's version number indicated on package.json
- Build the project
tsc
- Publish a new release
npm run npm-publish
- Don't forget to push the version change on the repo