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 21
21
"build:server" : " tsc -p tsconfig.server.json && cpy 'src/lib/sql/*.sql' bin/src/lib/sql" ,
22
22
"docs:export" : " PG_META_EXPORT_DOCS=true ts-node-dev src/server/app.ts" ,
23
23
"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" ,
25
25
"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" ,
29
29
"test:run" : " jest --runInBand"
30
30
},
31
31
"engines" : {
You can’t perform that action at this time.
0 commit comments