Skip to content

Commit

Permalink
chore: Add pre-release remove-pre-release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 9, 2021
1 parent bf41193 commit 0d97ec5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@ test:
.PHONY: all
all:
docker-compose run --rm -T dev npm run all

.PHONY: pre-release
pre-release:
npm run build
git add ./lib
git commit -m "chore: npm run build"

.PHONY: remove-pre-release
remove-pre-release:
git rm -f ./lib
git commit -m "chore: remove lib"

0 comments on commit 0d97ec5

Please sign in to comment.