add make pack to the output of make help

This commit is contained in:
Mamadou Babaei
2024-08-16 16:44:35 +02:00
parent db2208dd67
commit a77acc4bd7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -290,6 +290,7 @@ help:
@echo " - make deploy"
@echo " - make help"
@echo " - make info"
@echo " - make pack"
@echo " - make serve"
@echo ""
+1
View File
@@ -36,6 +36,7 @@ Available make targets:
- make deploy
- make help
- make info
- make pack
- make serve
```