Skip to content

Commit

Permalink
feat: update jest to v27, as well as misc dependencies (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah committed May 20, 2022
1 parent b335df9 commit d813401
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ deploy-prerelease: install
--push \
--auto-commit

.PHONY: deploy-prerelease
deploy-prerelease: install
yarn monodeploy \
--config-file monodeploy.config.js \
--log-level 0 \
--prerelease \
--push

.PHONY: create-release-package
create-release-package:
rm -rf release-archive
Expand Down

0 comments on commit d813401

Please sign in to comment.