Skip to content

Commit

Permalink
other: Added @kipper/config to add-next-tag scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Jun 25, 2024
1 parent 49a06e9 commit 79c565d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions add-next-tag.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $(npm dist-tag add @kipper/cli@$version next)
$(npm dist-tag add @kipper/core@$version next)
$(npm dist-tag add @kipper/target-js@$version next)
$(npm dist-tag add @kipper/target-ts@$version next)
$(npm dist-tag add @kipper/config@$version next)
$(npm dist-tag add @kipper/web@$version next)
ExitOnFailure

Expand Down
1 change: 1 addition & 0 deletions add-next-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ npm dist-tag add @kipper/cli@$version next
npm dist-tag add @kipper/core@$version next
npm dist-tag add @kipper/target-js@$version next
npm dist-tag add @kipper/target-ts@$version next
npm dist-tag add @kipper/config@$version next
npm dist-tag add @kipper/web@$version next

0 comments on commit 79c565d

Please sign in to comment.