@laundry-engine/shared
v0.0.3
Published
Types shared across our API and client
Downloads
2
Readme
@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:
- You must have the .npmrc file set on the root of this project. If you don't, please check our notion documentation
Step-by-step:
Implement your desired changes. Remember to export any types in index.ts
yarn publish
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