Try and bundle up the integration-kit with the github package
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -18,5 +18,6 @@ export default defineConfig([
|
||||
},
|
||||
esbuildPlugins: [],
|
||||
external: ["http", "https", "util", "events", "tty", "os", "timers"],
|
||||
noExternal: ["@trigger.dev/integration-kit"],
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user