File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 "build:server" : " tsc -p tsconfig.server.json && cpy 'src/lib/sql/*.sql' bin/src/lib/sql" ,
2222 "docs:export" : " PG_META_EXPORT_DOCS=true ts-node-dev src/server/app.ts" ,
2323 "start" : " NODE_ENV=production node bin/src/server/app.js" ,
24- "dev" : " run-s clean && NODE_ENV=development ts-node-dev src/server/app.ts | pino-pretty --colorize" ,
24+ "dev" : " run-s db: clean db:run && NODE_ENV=development ts-node-dev src/server/app.ts | pino-pretty --colorize" ,
2525 "pkg" : " run-s clean build:server && pkg --out-path bin .pkg.config.json" ,
26- "test" : " run-s test:db test:run test :clean" ,
27- "test :clean" : " cd test/db && docker-compose down" ,
28- "test:db " : " cd test/db && docker-compose up --detach" ,
26+ "test" : " run-s db:clean db:run test:run db :clean" ,
27+ "db :clean" : " cd test/db && docker-compose down" ,
28+ "db:run " : " cd test/db && docker-compose up --detach" ,
2929 "test:run" : " jest --runInBand"
3030 },
3131 "engines" : {
You can’t perform that action at this time.
0 commit comments