Skip to content

Commit 9a18a4d

Browse files
committed
chore: Add pre-release remove-pre-release tasks
1 parent b52df3c commit 9a18a4d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,14 @@ build:
88
.PHONY: run
99
run:
1010
docker-compose run --rm dev bash
11+
12+
.PHONY: pre-release
13+
pre-release:
14+
npm run build
15+
git add ./lib
16+
git commit -m "chore: npm run build"
17+
18+
.PHONY: remove-pre-release
19+
remove-pre-release:
20+
git rm -f ./lib
21+
git commit -m "chore: remove lib"

0 commit comments

Comments
 (0)