Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 9, 2021
1 parent 0d97ec5 commit a0fe2af
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 @@ -25,9 +25,9 @@ all:
pre-release:
npm run build
git add ./lib
git commit -m "chore: npm run build"
git commit -m "chore: npm run build"

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

0 comments on commit a0fe2af

Please sign in to comment.