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 22 "description" : " graphql-js development mode should work with Bun" ,
33 "private" : true ,
44 "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"
66 },
77 "dependencies" : {
88 "graphql" : " file:../graphql.tgz"
Original file line number Diff line number Diff line change 22 "description" : " graphql-js development mode should work with Deno" ,
33 "private" : true ,
44 "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"
66 },
77 "dependencies" : {
88 "graphql" : " file:../graphql.tgz"
Original file line number Diff line number Diff line change 22 "description" : " graphql-js production mode should work with Bun" ,
33 "private" : true ,
44 "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"
66 },
77 "dependencies" : {
88 "graphql" : " file:../graphql.tgz"
Original file line number Diff line number Diff line change 22 "description" : " graphql-js production mode should work with Deno" ,
33 "private" : true ,
44 "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"
66 },
77 "dependencies" : {
88 "graphql" : " file:../graphql.tgz"
You can’t perform that action at this time.
0 commit comments