Skip to content

Commit a0fe2af

Browse files
committed
fix indent
1 parent 0d97ec5 commit a0fe2af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ all:
2525
pre-release:
2626
npm run build
2727
git add ./lib
28-
git commit -m "chore: npm run build"
28+
git commit -m "chore: npm run build"
2929

3030
.PHONY: remove-pre-release
3131
remove-pre-release:
3232
git rm -f ./lib
33-
git commit -m "chore: remove lib"
33+
git commit -m "chore: remove lib"

0 commit comments

Comments
 (0)