File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1111 "typings" : " dist/npm/main.d.ts" ,
1212 "scripts" : {
1313 "build-package" : " gulp build-rollup-package" ,
14- "test" : " gulp e2e" ,
14+ "test" : " tsc && gulp e2e" ,
1515 "lint" : " gulp lint" ,
1616 "semantic-release" : " semantic-release pre && semantic-prerelease publish && semantic-release post"
1717 },
2626 "cz-conventional-changelog" : " ^1.1.5" ,
2727 "ghooks" : " ^1.0.3" ,
2828 "gulp" : " 3.9.0" ,
29- "validate-commit-msg" : " ^1.1.1" ,
30- "semantic-release" : " ^6.3.6"
29+ "semantic-release" : " ^6.3.6" ,
30+ "typescript" : " ^2.9.2" ,
31+ "validate-commit-msg" : " ^1.1.1"
3132 },
3233 "config" : {
3334 "commitizen" : {
Original file line number Diff line number Diff line change 1+ {
2+ "compilerOptions" : {
3+ "noEmit" : true ,
4+ "declaration" : false ,
5+ "noImplicitAny" : true ,
6+ "noUnusedLocals" : true ,
7+ "noUnusedParameters" : true
8+ },
9+ "files" : [
10+ " src/main.d.ts"
11+ ]
12+ }
You can’t perform that action at this time.
0 commit comments