diff --git a/Makefile b/Makefile index 8805a3b7..6c538a47 100644 --- a/Makefile +++ b/Makefile @@ -91,17 +91,3 @@ test: clean: docker rmi pangolin - -test-local: - cp config/config.example.yml config/config.yml - npm run set:oss - npm run set:sqlite - npm run db:sqlite:generate - npm run db:sqlite:push - - npx tsc --noEmit - - docker build --build-arg DATABASE=pg -t fosrl/pangolin:postgresql-latest . - - docker build --build-arg DATABASE=sqlite -t fosrl/pangolin:latest . - npm run set:saas - - npx tsc --noEmit - - docker build --build-arg DATABASE=pg -t fosrl/pangolin:postgresql-saas-latest . - - docker build --build-arg DATABASE=sqlite -t fosrl/pangolin:saas-latest . \ No newline at end of file