@jlandis1/guessphrase-shared
v1.0.38
Published
Shared library between Frontend and Backend for GuessPhrase
Readme
GuessPhrase Shared
Contains types and Zod schemas used in both frontend and backend applications.
Workflow when updating package:
- Run lint and prettier
- Commit changes
- Increment version number in package.json by running
npm version patch - Push changes to Github - Github Actions will automatically publish the package
- Install the latest version of the package in other repositories by running
npm install @jlandis1/guessphrase-shared@latest
