Skip to content

Commit 111a7c2

Browse files
committed
Build utils before testing
1 parent fd992b4 commit 111a7c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev-packages/node-integration-tests/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"private": true,
99
"main": "build/cjs/index.js",
1010
"module": "build/esm/index.js",
11+
"types": "build/types/src/index.d.ts",
1112
"scripts": {
1213
"build": "run-s build:transpile build:types",
1314
"build:dev": "yarn build",
@@ -19,7 +20,7 @@
1920
"lint": "eslint . --format stylish",
2021
"fix": "eslint . --format stylish --fix",
2122
"type-check": "tsc",
22-
"pretest": "run-s --silent prisma:init prisma:init:new",
23+
"pretest": "run-s --silent build prisma:init prisma:init:new",
2324
"test": "ts-node ./utils/run-tests.ts",
2425
"jest": "jest --config ./jest.config.js",
2526
"test:watch": "yarn test --watch"

0 commit comments

Comments
 (0)