Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rngtng committed Sep 14, 2023
1 parent 557fc27 commit a6125db
Show file tree
Hide file tree
Showing 2 changed files with 1,013 additions and 950 deletions.
9 changes: 9 additions & 0 deletions Makefile
@@ -1,2 +1,11 @@
.PHONY: test
test:
docker run -it --rm --pull always -v $(CURDIR):/data --entrypoint bash ghcr.io/anweber/httpyac -c 'unset NODE_ENV && npm install && npm test'
rm -rf node_modules

update:
docker run -it --rm --pull always -v $(CURDIR):/data --entrypoint npm ghcr.io/anweber/httpyac update
rm -rf node_modules

dev:
docker run -it --rm --pull always -v $(CURDIR):/data --entrypoint bash ghcr.io/anweber/httpyac

0 comments on commit a6125db

Please sign in to comment.