-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,9 +49,9 @@ | |
"url": "[email protected]:hwchase17/langchainjs.git" | ||
}, | ||
"scripts": { | ||
"build": "yarn clean && tsc --declaration --outDir dist/ && node create-entrypoints.js", | ||
"build": "yarn clean && tsc --declaration --outDir dist/ && node create-entrypoints.js && node check-tree-shaking.js", | ||
"build:watch": "node create-entrypoints.js && tsc --declaration --outDir dist/ --watch", | ||
"lint": "eslint src && dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts && node check-tree-shaking.js", | ||
"lint": "eslint src && dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts", | ||
"lint:fix": "yarn lint --fix", | ||
"precommit": "tsc --noEmit && lint-staged", | ||
"clean": "rm -rf dist/ && node create-entrypoints.js clean", | ||
|
@@ -285,4 +285,4 @@ | |
"import": "./output_parsers.js" | ||
} | ||
} | ||
} | ||
} |