Skip to content

Commit

Permalink
refactor(lib): edit publish script (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel authored Mar 8, 2022
1 parent fb9b067 commit 9c19a24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ define push-version
make clean-build
make build
# npm publish
git add .
git commit -m "chore(lib): bump-version to $(call GetFromPkg,version)"
# git add .
# git commit -m "chore(lib): bump-version to $(call GetFromPkg,version)"
# git push origin HEAD
endef

Expand All @@ -45,9 +45,9 @@ define push-version-tag
make clean-build
make build
npm publish --tag $(1)
git add .
git commit -m "chore(lib): bump-version to $(call GetFromPkg,version)"
git push origin HEAD
# git add .
# git commit -m "chore(lib): bump-version to $(call GetFromPkg,version)"
# git push origin HEAD
endef

publish-version-tag:
Expand Down

0 comments on commit 9c19a24

Please sign in to comment.