Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 22, 2022
1 parent 638efa5 commit 7517e1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion doc/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ To deploy to Github Pages:
script/release.clj
```

To create a new release:
To create a new NPM release:

- Prepare minor version in `package.json` if it should be bumped
- Run `bb npm-publish`

To upgrade examples:

Expand Down
2 changes: 1 addition & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
:depends-on #{:scittle}}
:scittle.promesa {:entries [scittle.promesa]
:depends-on #{:scittle}}
:scittle.pprint {:entries [scittle.pprint]
:scittle.pprint {:entries [cljs.pprint]
:depends-on #{:scittle}}
:scittle.reagent {:entries [scittle.reagent]
:depends-on #{:scittle}}
Expand Down

0 comments on commit 7517e1a

Please sign in to comment.