Skip to content

Commit 97b9e15

Browse files
Update build command
1 parent ba69a4e commit 97b9e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {
8-
"build": "node ./node_modules/typescript/bin/tsc",
8+
"build": "node ./node_modules/typescript/bin/tsc --p ./tsconfig.json",
99
"pretest": "npm run build",
1010
"test": "jest test --coverage",
1111
"lint": "npm run build && eslint '*/**/*.ts' --quiet --fix",

0 commit comments

Comments
 (0)