Makefile 232 B

123456789101112131415
  1. default:
  2. npm install --no-fund
  3. ./node_modules/.bin/mocha
  4. nginx:
  5. podman-compose up -d nginx
  6. clean:
  7. podman-compose down
  8. getsnapshot:
  9. rm -rf /opt/OliveTin-snapshot/*
  10. gh run download -D /opt/OliveTin-snapshot/
  11. .PHONY: default