npm.io
0.11.2 • Published 1 month ago

@rpg-engine/shared

Licence
ISC
Version
0.11.2
Deps
5
Size
469 kB
Vulns
0
Weekly
0

@rpg-engine/shared

How to update our shared packages?

Important

  • You can push this project directly to master. Just make sure you're in sync with master before starting to work (git pull origin master)

Pre-requisites:

Step-by-step:

  1. Implement your desired changes. Remember to export any types in index.ts

  2. yarn publish

  3. Update back-end and front-end packages

References: https://cameronnokes.com/blog/the-30-second-guide-to-publishing-a-typescript-package-to-npm/

Notes

  • First time publishing will require you to explicitly set it to public:
yarn publish --access public