Skip to content
This repository was archived by the owner on Jun 19, 2019. It is now read-only.

Commit a5f3d64

Browse files
committed
ci(typescript): more ci tidy up
1 parent 9c06721 commit a5f3d64

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"prerelease": "npm run build",
1515
"release": "git checkout master && git pull origin master && standard-version && ts-node ./support/updatePackageVersion.ts",
1616
"ship-it": "git push --follow-tags origin master && cd ./dist && npm publish",
17-
"pretest": "npm run build && cp ./src/index.d.ts ./dist/index.d.ts",
17+
"pretest": "npm run build",
1818
"test": "jest"
1919
},
2020
"keywords": [

tsconfig.main.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"extends": "./tsconfig.json",
66
"files": [
77
"src/index.ts"
8+
],
9+
"include": [
10+
"typings/resolve-app-path.d.ts"
811
]
912
}

tsconfig.package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {},
44
"files": [
5-
"./typings/resolve-app-path.d.ts",
65
"./support/package.ts"
6+
],
7+
"include": [
8+
"typings/resolve-app-path.d.ts"
79
]
8-
}
10+
}

tsconfig.tests.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"extends": "./tsconfig.json",
66
"include": [
77
"src/**/*.test.ts"
8+
],
9+
"include": [
10+
"typings/benv.d.ts"
811
]
912
}

0 commit comments

Comments
 (0)