Try and bundle up the integration-kit with the github package

This commit is contained in:
Matt Aitken
2023-06-21 18:24:24 +01:00
parent d21e364f11
commit 7def5437fd
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && npm run build:tsup",
"build:tsup": "tsup"
"build:tsup": "tsup --dts-resolve",
"typecheck": "tsup --dts-resolve --no-dts"
},
"dependencies": {
"@octokit/request": "^6.2.5",
+1
View File
@@ -18,5 +18,6 @@ export default defineConfig([
},
esbuildPlugins: [],
external: ["http", "https", "util", "events", "tty", "os", "timers"],
noExternal: ["@trigger.dev/integration-kit"],
},
]);