browser-request-listener
Version:
Execute callbacks before or after each fetch api call or XMlHttprequest call
22 lines (15 loc) • 340 B
Plain Text
dc = docker-compose
dce = $(dc) exec
sayHello:
@echo "Hi, makefile is working , enjoy!"
firstinstall:
$(dc) build controlhttprequest
$(dc) up -d
run:
$(dce) controlhttprequest npm run build
startContainer:
$(dc) start controlhttprequest
test:
$(dce) controlhttprequest npm test
publish:
$(dce) controlhttprequest npm publish