mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-25 22:36:38 +00:00
upgrade zod
This commit is contained in:
11
Makefile
11
Makefile
@@ -91,3 +91,14 @@ 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 .
|
||||
|
||||
Reference in New Issue
Block a user