Skip to content

Commit

Permalink
chore: build types on pre-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 15, 2020
1 parent 61b1da8 commit 03cee9f
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 20 deletions.
3 changes: 2 additions & 1 deletion packages/browser-readablestream-to-it/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"check": "tsc --noEmit",
"clean": "rm -rf dist",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage dist",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage dist",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-buffer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage dist",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-drain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage dist",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage dist",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage dist",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-flat-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage dist",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-glob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage dist",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-last/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage dist",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-length/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
6 changes: 3 additions & 3 deletions packages/it-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage dist",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand All @@ -30,6 +31,5 @@
"dist/*"
]
}
},
"gitHead": "42faa5aeb9de0e07c956d73020bd74fd08e3029d"
}
}
3 changes: 2 additions & 1 deletion packages/it-multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage dist",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-parallel-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"check": "npm run build:dep:types && tsc --noEmit",
"build": "npm run build:types",
"build:dep:types": "cd node_modules/it-batch && npm run build:types",
"build:types": "npm run build:dep:types && tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "npm run build:dep:types && tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-peekable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage dist",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-reduce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage dist",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-to-browser-readablestream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage dist",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion packages/it-to-buffer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": "rm -rf .nyc_output coverage",
"check": "tsc --noEmit",
"build": "npm run build:types",
"build:types": "tsc --emitDeclarationOnly --declarationDir dist"
"build:types": "tsc --emitDeclarationOnly --declarationDir dist",
"prepublishOnly": "npm run build"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "ISC",
Expand Down

0 comments on commit 03cee9f

Please sign in to comment.