Skip to content

Commit

Permalink
chore: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Sep 2, 2022
1 parent a474e7f commit 5deaa39
Show file tree
Hide file tree
Showing 2 changed files with 23,425 additions and 14,181 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,13 @@ To simulate using your development version as a real module inside a studio, you
* Start the studio

When you are done and have published your new version, you can run `npm unlink` inside this repo, and `npm unlink sanity-plugin-dashboard-widget-netlify` inside the mono-repo or studio to get back to the normal state. Then run `npm run bootstrap` for the mono-repo or `npm install` inside the regular studio to use the published version.

## Developing plugin kit

### Release new version

Run ["CI & Release" workflow](https://github.com/sanity-io/sanity-plugin-dashboard-widget-netlify/actions/workflows/main.yml).
Make sure to select the main (or v3) branch and check "Release new version".

Semantic release will only release on configured branches, so it is safe to run release on any branch.

Loading

0 comments on commit 5deaa39

Please sign in to comment.