c0c8c3392a
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
13 lines
137 B
Makefile
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
|