Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teemukoivisto/make-me-a-cup-of-tea
https://github.com/teemukoivisto/make-me-a-cup-of-tea
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/teemukoivisto/make-me-a-cup-of-tea
- Owner: TeemuKoivisto
- License: mit
- Created: 2021-11-10T13:37:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T16:13:38.000Z (over 2 years ago)
- Last Synced: 2024-11-07T01:19:08.366Z (about 2 months ago)
- Language: TypeScript
- Size: 602 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-old.md
- License: LICENSE
Awesome Lists containing this project
README
# Npm deployment with pnpm and changeset
Purely for testing purposes
## Some notes
You can't use other organizations than the owner (in this case 'TeemuKoivisto') as your scope in your packages. So I can't publish @make-me-a-cup-of-tea packages to Github package registry. Which is balls.
I had to in the end `.gitignore` `.npmrc` because no matter how I tried, changesets kept commiting it to Git...
## The flow
1. Make changes, run `pnpm cs` to create changeset files, create a PR, merge it
2. This should create a PR which can include multiple changesets that can be deployed at once
3. When ready for publishing, merge the PR
4. Action should automatically deploy the packages to NPM