Skip to content

Commit c142fd8

Browse files
fix lint
1 parent 4922a45 commit c142fd8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

langchain-js/run.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ if [[ -f "env.sh" ]]; then
99
fi
1010

1111
# setup node, npm and yarn
12-
export PATH=/opt/devtools/node22/bin:$PATH
13-
export npm_config_prefix=$(pwd)
14-
export PATH=$(pwd)/bin:$PATH
12+
PATH=/opt/devtools/node22/bin:$(pwd)/bin:$PATH
13+
npm_config_prefix=$(pwd)
14+
export PATH
15+
export npm_config_prefix
16+
1517
npm install --global yarn
1618

1719
bash ../../.evergreen/fetch-secrets.sh

0 commit comments

Comments
 (0)