Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: converted llm-events/langchain
  • Loading branch information
amychisholm03 committed Sep 3, 2024
commit 1ef63671a1098954deab5596cf94524f0fa3951c
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"integration:esm": "NODE_OPTIONS='--loader=./esm-loader.mjs' time c8 -o ./coverage/integration-esm borp --reporter ./test/lib/test-reporter.mjs 'test/integration/**/*.tap.mjs'",
"prepare-test": "npm run ssl && npm run docker-env",
"lint": "eslint ./*.{js,mjs} lib test bin",
"lint:fix": "eslint --fix, ./*.{js,mjs} test",
"lint:fix": "eslint --fix, ./*.{js,mjs} lib test bin",
"public-docs": "jsdoc -c ./jsdoc-conf.jsonc",
"publish-docs": "./bin/publish-docs.sh",
"services": "DOCKER_PLATFORM=linux/$(uname -m) docker compose up -d --wait",
Expand Down
Loading