Skip to content

Commit

Permalink
adding back in all test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dereklegenzoff committed Jan 23, 2025
1 parent b6c2c18 commit 2c51cfa
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion examples/blogWriter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"start": "NODE_OPTIONS='--enable-source-maps' tsx ./index.tsx",
"build": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"test": "NODE_OPTIONS='--enable-source-maps' tsx ./index.tsx"
},
"dependencies": {
"@gensx/openai": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion examples/hackerNewsAnalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"start": "NODE_OPTIONS='--enable-source-maps' tsx ./index.tsx",
"build": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"test": "NODE_OPTIONS='--enable-source-maps' tsx ./index.tsx"
},
"dependencies": {
"@gensx/openai": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion examples/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"start": "NODE_OPTIONS='--enable-source-maps' tsx ./index.tsx",
"build": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"test": "NODE_OPTIONS='--enable-source-maps' tsx ./index.tsx"
},
"dependencies": {
"@gensx/openai": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion examples/reflection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"start": "NODE_OPTIONS='--enable-source-maps' tsx ./index.tsx",
"build": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"test": "NODE_OPTIONS='--enable-source-maps' tsx ./index.tsx"
},
"dependencies": {
"@gensx/openai": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion examples/streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"start": "NODE_OPTIONS='--enable-source-maps' tsx ./index.tsx",
"build": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"test": "NODE_OPTIONS='--enable-source-maps' tsx ./index.tsx"
},
"dependencies": {
"@gensx/openai": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion examples/structuredOutputs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"start": "NODE_OPTIONS='--enable-source-maps' tsx ./index.tsx",
"build": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"test": "NODE_OPTIONS='--enable-source-maps' tsx ./index.tsx"
},
"dependencies": {
"@gensx/openai": "workspace:*",
Expand Down

0 comments on commit 2c51cfa

Please sign in to comment.