mirror of
https://github.com/Mintplex-Labs/langchainjs.git
synced 2026-07-01 12:17:38 -04:00
Finish setting up test-exports-cf package scripts
This commit is contained in:
+3
-3
@@ -25,10 +25,10 @@
|
||||
"format:check": "turbo run format:check",
|
||||
"lint": "turbo run lint",
|
||||
"lint:fix": "yarn lint -- --fix",
|
||||
"test": "yarn run test:unit && yarn run test:int",
|
||||
"test": "turbo run test test:integration",
|
||||
"test:unit": "turbo run test",
|
||||
"test:int": "yarn workspace langchain run test:integration",
|
||||
"publish": "bash scripts/release-branch.sh && turbo run build lint test && yarn run test:int && yarn workspace langchain run release && echo '🔗 Open https://github.com/hwchase17/langchainjs/compare/release?expand=1 and merge the release PR'",
|
||||
"test:int": "turbo run test:integration",
|
||||
"publish": "bash scripts/release-branch.sh && turbo run build lint test test:integration && yarn workspace langchain run release && echo '🔗 Open https://github.com/hwchase17/langchainjs/compare/release?expand=1 and merge the release PR'",
|
||||
"example": "turbo run start --filter langchain-examples --",
|
||||
"prepare": "husky install",
|
||||
"precommit": "turbo run precommit",
|
||||
|
||||
@@ -7,10 +7,14 @@
|
||||
"vitest": "^0.29.8",
|
||||
"wrangler": "2.14.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"langchain": "workspace:*"
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "wrangler dev",
|
||||
"deploy": "wrangler publish",
|
||||
"test": "vitest"
|
||||
"build": "wrangler publish --dry-run --outdir=dist",
|
||||
"test:integration": "vitest run"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,6 +32,13 @@
|
||||
"outputs": []
|
||||
},
|
||||
"test": {
|
||||
"outputs": [],
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
]
|
||||
},
|
||||
"test:integration": {
|
||||
"outputs": [],
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user