Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 516 Bytes

File metadata and controls

23 lines (21 loc) · 516 Bytes

Quirkbot Arduino Library

Deploying Releases

  • Install node dependencies:
npm install
  • Use node version 10 (tested with 14 and it doesn't work):
nvm use 10
  • Update the version in package.json
  • Run:
npm run gulp -- build
  • When you are completely satisfied with the deployed release, run:
npm publish
  • Create a git tag.
  • Make a manual Github release and upload the generated quirkbot-arduino-library-*.zip.