File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
"description" : " graphql-js development mode should work with Bun" ,
3
3
"private" : true ,
4
4
"scripts" : {
5
- "test" : " docker run --rm --volume \" $PWD:/usr/src/app\" -w /usr/src/app oven/bun:latest bun test.js"
5
+ "test" : " docker run --rm --volume \" $PWD:/usr/src/app\" -w /usr/src/app oven/bun:1.2.18-slim bun test.js"
6
6
},
7
7
"dependencies" : {
8
8
"graphql" : " file:../graphql.tgz"
Original file line number Diff line number Diff line change 2
2
"description" : " graphql-js development mode should work with Deno" ,
3
3
"private" : true ,
4
4
"scripts" : {
5
- "test" : " docker run --rm --volume \" $PWD:/usr/src/app\" -w /usr/src/app denoland/deno:latest deno run --allow-env=NODE_ENV test.js"
5
+ "test" : " docker run --rm --volume \" $PWD:/usr/src/app\" -w /usr/src/app denoland/deno:alpine-2.4.1 deno run --allow-env=NODE_ENV test.js"
6
6
},
7
7
"dependencies" : {
8
8
"graphql" : " file:../graphql.tgz"
Original file line number Diff line number Diff line change 2
2
"description" : " graphql-js production mode should work with Bun" ,
3
3
"private" : true ,
4
4
"scripts" : {
5
- "test" : " docker run --rm --volume \" $PWD:/usr/src/app\" -w /usr/src/app oven/bun:latest bun --define process.env.NODE_ENV='\" production\" ' test.js"
5
+ "test" : " docker run --rm --volume \" $PWD:/usr/src/app\" -w /usr/src/app oven/bun:1.2.18-slim bun --define process.env.NODE_ENV='\" production\" ' test.js"
6
6
},
7
7
"dependencies" : {
8
8
"graphql" : " file:../graphql.tgz"
Original file line number Diff line number Diff line change 2
2
"description" : " graphql-js production mode should work with Deno" ,
3
3
"private" : true ,
4
4
"scripts" : {
5
- "test" : " docker run --rm --volume \" $PWD:/usr/src/app\" -w /usr/src/app denoland/deno:latest deno run --allow-env --preload env-shim.js test.js"
5
+ "test" : " docker run --rm --volume \" $PWD:/usr/src/app\" -w /usr/src/app denoland/deno:alpine-2.4.1 deno run --allow-env --preload env-shim.js test.js"
6
6
},
7
7
"dependencies" : {
8
8
"graphql" : " file:../graphql.tgz"
You can’t perform that action at this time.
0 commit comments