Skip to content

Commit

Permalink
release(rc.23) for real
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Jan 20, 2024
1 parent 0c0a7bf commit 9fb2c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

"clean": "rm -rf .ubik *.dist.*",

"release": "pnpm clean && pnpm i && && pnpm check && pnpm cov all && ubik release --otp 123123",
"release": "pnpm clean && pnpm i && pnpm check && pnpm cov all && ubik release --otp 123123",
"release:fast": "pnpm clean && pnpm i && pnpm check && ubik release --otp 123123",
"release:faster": "pnpm clean && pnpm i && ubik release --otp 123123"
},
Expand Down

0 comments on commit 9fb2c9e

Please sign in to comment.