Skip to content

Commit

Permalink
Try env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Oct 14, 2023
1 parent 496e3ac commit 584a1b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test-recursive": "bunx turbo run test",
"test-recursive": "MONGOMS_DEBUG=1 bunx turbo run test",
"lint-quiet": "bunx turbo run lint -- --quiet",
"typecheck": "bunx turbo run typecheck",
"graphql-codegen": "bunx turbo run graphql-codegen",
Expand Down
2 changes: 1 addition & 1 deletion packages/cms-users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "plugin.ts",
"scripts": {
"test": "bun test",
"test": "MONGOMS_DEBUG=1 bun test",
"dev": "MONGO_URL=mongodb://localhost:27017/test-db REDIS_URL=redis://localhost:6379 PLUGIN_DEV=true bun --hot plugin.ts",
"lint": "eslint .",
"lint-quiet": "eslint . --quiet",
Expand Down
2 changes: 1 addition & 1 deletion packages/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "plugin.ts",
"scripts": {
"test": "bun test",
"test": "MONGOMS_DEBUG=1 bun test",
"dev": "MONGO_URL=mongodb://localhost:27017/test-db PLUGIN_DEV=true bun --hot plugin.ts",
"lint": "eslint .",
"lint-quiet": "eslint . --quiet",
Expand Down

0 comments on commit 584a1b7

Please sign in to comment.