Skip to content

Commit

Permalink
refactor(lib): publish script (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Mar 17, 2022
1 parent 8292b9b commit 4a8dcbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ define GetFromPkg
endef

define push-version
make install
make clean-build
make build
# npm publish
Expand All @@ -52,7 +51,6 @@ define push-version
endef

define push-version-tag
make install
make clean-build
make build
npm publish --tag $(1)
Expand Down

0 comments on commit 4a8dcbd

Please sign in to comment.