Skip to content

Commit e2c64c1

Browse files
author
Vitor Hugo Salgado
committed
build: add release command to makefile
1 parent 5f62e89 commit e2c64c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ help: ## show help
77
prepare: ## prepare development environment
88
@npm i
99
@npx husky install
10+
11+
.PHONY: release
12+
release: ## generate a new release
13+
@npm run release

0 commit comments

Comments
 (0)