Skip to content

Commit eb799fa

Browse files
committed
Don't use ts composit
1 parent aaa7a4e commit eb799fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dev": "yarn tsc -w",
1515
"build": "yarn run clean && jest && tsc",
1616
"bump": "yarn lint && yarn version --patch -m 'Bumping version to %s'",
17-
"pub": "yarn run build && yarn run test && yarn publish",
17+
"pub": "yarn run build && yarn publish",
1818
"lint": "yarn eslint src/**/*.ts --quiet"
1919
},
2020
"repository": {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"preserveWatchOutput": true,
2525
"outDir": "./dist",
2626
"rootDir": "./src",
27-
"composite": true
27+
"composite": false
2828
},
2929
"include": ["./src/**/*.ts"]
3030
}

0 commit comments

Comments
 (0)