Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(github/workflows): add publish action #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nicholaschiang
Copy link

Fixes #74; all you have to do @sidorares is:

  1. Add an NPM_TOKEN secret to this repository (instructions here).
  2. Push a commit to master that bumps the version in package.json (see npm-publish).
  3. This GitHub Action will run your tests and, if they pass, publish the new version to NPM.

nicholaschiang added a commit to rooteco/tweetscape that referenced this pull request Apr 7, 2022
nicholaschiang added a commit to rooteco/tweetscape that referenced this pull request Apr 7, 2022
nicholaschiang added a commit to rooteco/tweetscape that referenced this pull request Apr 7, 2022
* fix(components/tweet): remove `setActiveTweet` prop

* wip: only send necessary data to client

* fix: use native `bigint` on server

* fix: address typescript build errors

* deps: replace `json-bigint` with `json-bigint-patch`

Temporary fix until sidorares/json-bigint#77 is merged.

* refactor(app/json): remove unused remix wrappers

* fix(types): make `liked` and `retweeted` booleans

* wip(utils.server): use `json-bigint-patch` for now

Replace `json-bigint` until sidorares/json-bigint#77 is merged.

* wip(sync/$tweet): invalidate cached user res
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why is the current NPM release 1.0.0 different?
1 participant