File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
if [ -n "$notebooks" ]; then
53
53
for notebook in $notebooks; do
54
54
absolute_path="$GITHUB_WORKSPACE/$notebook"
55
- yarn notebook:validate "$absolute_path"
55
+ yarn notebook:validate -- "$absolute_path"
56
56
done
57
57
else
58
58
echo "No notebooks in docs/core_docs to validate."
Original file line number Diff line number Diff line change 37
37
"test:standard:int" : " turbo test:standard:int" ,
38
38
"test:standard" : " yarn test:standard:unit && yarn test:standard:int" ,
39
39
"example" : " yarn workspace examples start" ,
40
- "notebook:validate" : " turbo --filter=@langchain/scripts notebook:validate -- " ,
40
+ "notebook:validate" : " turbo --filter=@langchain/scripts notebook:validate" ,
41
41
"precommit" : " turbo precommit" ,
42
42
"docs" : " yarn workspace core_docs start" ,
43
43
"docs:api_refs" : " yarn workspace api_refs start" ,
You can’t perform that action at this time.
0 commit comments