Skip to content

Commit

Permalink
chore: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Feb 6, 2025
1 parent 8d2978c commit 7648475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build-lib:

build-pub: bootstrap
@echo "Build publish"
@$(MAKE) build-lib && $(JK) prepublish && $(JK) publish -no-b && $(JK) postpublish
@$(MAKE) build-lib && $(JK) publish -no-b && $(JK) postpublish


dev-server:
Expand Down

0 comments on commit 7648475

Please sign in to comment.