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 bcc4d6d commit 37ba42cCopy full SHA for 37ba42c
packages/node-integration-tests/package.json
@@ -13,6 +13,7 @@
13
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
14
"lint:prettier": "prettier --check \"{suites,utils}/**/*.ts\"",
15
"type-check": "tsc",
16
+ "pretest": "run-s --silent prisma:init",
17
"test": "jest --runInBand --forceExit",
18
"test:watch": "yarn test --watch"
19
},
0 commit comments