Skip to content

Commit

Permalink
Fix release.npm Makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 11, 2023
1 parent cc39273 commit 9872684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -885,9 +885,9 @@ release.helm: helm.package.release

release.npm:
ifneq ($(filter $(crate),medea-jason),)
@make cargo.build debug=no dockerized=no
make cargo.build.jason platform=web debug=no dockerized=no
ifeq ($(publish),yes)
wasm-pack publish $(crate-dir)/
wasm-pack publish $(crate-dir)/pkg/
endif
endif

Expand Down

0 comments on commit 9872684

Please sign in to comment.