- run
nvm useto make sure you're on the desire node version- or
nvm installwhen you don't have that version yet
- or
- run
npm installto install the latest node_modules
- When you made changes to some typescript assets, do the following steps before making the new release version:
- run
npm run buildto build the needed assets within the/resources/distfolder - commit the generated
/resources/distasset files
- run