Skip to content

Commit f7ed77f

Browse files
uurienjuan-fernandez
authored andcommitted
fix: Add @yaacovcr/transform as external in tests because it is a new peerDepdendency in @apollo/server (#6790)
1 parent 9faf8f7 commit f7ed77f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

integration-tests/esbuild/build-and-test-git-tags.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ esbuild.build({
2727
'mysql',
2828
'oracledb',
2929
'pg-query-stream',
30-
'tedious'
30+
'tedious',
31+
'@yaacovcr/transform'
3132
]
3233
}).then(() => {
3334
const { status, stdout, stderr } = spawnSync('node', [SCRIPT], {

integration-tests/esbuild/build.esm.common-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module.exports = {
1919
'mysql',
2020
'oracledb',
2121
'pg-query-stream',
22-
'tedious'
22+
'tedious',
23+
'@yaacovcr/transform'
2324
]
2425
}

integration-tests/esbuild/build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ esbuild.build({
2020
'mysql',
2121
'oracledb',
2222
'pg-query-stream',
23-
'tedious'
23+
'tedious',
24+
'@yaacovcr/transform'
2425
]
2526
}).catch((err) => {
2627
console.error(err) // eslint-disable-line no-console

integration-tests/esbuild/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@koa/router": "14.0.0",
2525
"aws-sdk": "2.1692.0",
2626
"axios": "1.13.1",
27+
"esbuild": "^0.16.12",
2728
"express": "4.21.2",
2829
"knex": "3.1.0",
2930
"koa": "3.1.1",

0 commit comments

Comments
 (0)