Skip to content

Commit 37ba42c

Browse files
committed
revert unintended yarn script deletion
1 parent bcc4d6d commit 37ba42c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/node-integration-tests/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
1414
"lint:prettier": "prettier --check \"{suites,utils}/**/*.ts\"",
1515
"type-check": "tsc",
16+
"pretest": "run-s --silent prisma:init",
1617
"test": "jest --runInBand --forceExit",
1718
"test:watch": "yarn test --watch"
1819
},

0 commit comments

Comments
 (0)