Files
tp/yalarba/serv_spa/spa/vue/Makefile
T
valitovgaziz c0c8c3392a modified: .gitignore
new file:   serv_nginx/api_bb/Makefile
	new file:   serv_nginx/serv_golang_rest_api/Makefile
	new file:   yalarba/serv_spa/spa/vue/Makefile
remove Makefile from .gitignore, set makes for api_bb
2025-10-15 02:58:21 +05:00

13 lines
137 B
Makefile

build:
npm run build
run:
npm run dev
deploy:
npm run build
git add .
git commit -m 'build deploy'
git push
.DEFAULT_GOAL := run