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 fd992b4 commit 111a7c2Copy full SHA for 111a7c2
dev-packages/node-integration-tests/package.json
@@ -8,6 +8,7 @@
8
"private": true,
9
"main": "build/cjs/index.js",
10
"module": "build/esm/index.js",
11
+ "types": "build/types/src/index.d.ts",
12
"scripts": {
13
"build": "run-s build:transpile build:types",
14
"build:dev": "yarn build",
@@ -19,7 +20,7 @@
19
20
"lint": "eslint . --format stylish",
21
"fix": "eslint . --format stylish --fix",
22
"type-check": "tsc",
- "pretest": "run-s --silent prisma:init prisma:init:new",
23
+ "pretest": "run-s --silent build prisma:init prisma:init:new",
24
"test": "ts-node ./utils/run-tests.ts",
25
"jest": "jest --config ./jest.config.js",
26
"test:watch": "yarn test --watch"
0 commit comments