File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ childProcess.execSync(
2626
2727console . log ( 'Testing on deno (moduleSync: false) ...' ) ;
2828childProcess . execSync (
29- `docker run --rm --volume "$PWD":/usr/src/app -w /usr/src/app --env MODULE_SYNC=false denoland/deno:alpine-"$DENO_VERSION" deno run --allow-read --allow-env ./check.mjs` ,
29+ `docker run --rm --volume "$PWD":/usr/src/app -w /usr/src/app --env MODULE_SYNC=false denoland/deno:alpine-"$DENO_VERSION" deno run --allow-read ./check.mjs` ,
3030 { stdio : 'inherit' } ,
3131) ;
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 --conditions=development --allow-env=NODE_ENV test.js"
5+ "test" : " docker run --rm --volume \" $PWD\" :/usr/src/app -w /usr/src/app denoland/deno:alpine- \" $DENO_VERSION \" deno run --conditions=development test.js"
66 },
77 "dependencies" : {
88 "graphql" : " file:../graphql.tgz"
Original file line number Diff line number Diff line change 88 },
99 "dependencies" : {
1010 "graphql" : " file:../graphql.tgz" ,
11- "rollup" : " ^4.0.0" ,
12- "@rollup/plugin-node-resolve" : " ^15.0.0"
11+ "rollup" : " ^4.0.0"
1312 }
1413}
You can’t perform that action at this time.
0 commit comments