Greetings traveler! Let's go hunting. 🐗
npm i
npm start
npm test
npm run build
Then submit or pack (as zip) the build folder.
Or use the package commands to build and zip in one step:
npm run package - creates githunt-<version>.zip (extension archive for store submission)
npm run package:source - creates githunt-<version>-source.zip (source archive for addon review)
npm run package:all - creates both archives at once
npm run deploy

