We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cf4cc commit 4743d45Copy full SHA for 4743d45
package.json
@@ -23,10 +23,10 @@
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",
25
"pkg": "run-s clean build:server && pkg --out-path bin .pkg.config.json",
26
- "test": "run-s clean test:db build:server test:run; run-s test:clean",
+ "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",
29
- "test:run": "export PG_META_PORT=54321 && (run-s start & wait-for-localhost --use-get $PG_META_PORT && jest --runInBand)"
+ "test:run": "jest --runInBand"
30
},
31
"engines": {
32
"node": ">=14 <15",
0 commit comments