Skip to content

Commit

Permalink
#72: commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Rummelsberger committed Feb 21, 2023
1 parent 6f34bcd commit 3a8154f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env bash
stencil := "mwui-stencil"
react := "mwui-react"
angular := "mwui-angular"
Expand All @@ -17,3 +16,6 @@ dev:

publish versionType:
release-it {{ versionType }} --dry-run

publish-stencil versionType:
cd {{ stencil }} && release-it {{ versionType }} --dry-run

0 comments on commit 3a8154f

Please sign in to comment.