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 10, 2021
1 parent b52df3c commit 9a18a4d
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 @@ -8,3 +8,14 @@ build:
.PHONY: run
run:
docker-compose run --rm dev bash

.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 9a18a4d

Please sign in to comment.