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
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
build:
|
||||
npm run build
|
||||
|
||||
run:
|
||||
npm run dev
|
||||
|
||||
deploy:
|
||||
npm run build
|
||||
git add .
|
||||
git commit -m 'build deploy'
|
||||
git push
|
||||
|
||||
.DEFAULT_GOAL := run
|
||||
Reference in New Issue
Block a user