Skip to content

Commit

Permalink
Use --cwd with Yarn as a replacement for --prefix from npm
Browse files Browse the repository at this point in the history
  • Loading branch information
surilindur authored and rubensworks committed Apr 25, 2024
1 parent 7b61395 commit a122118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-clients/build-web-clients.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for config in ../config-query-sparql-link-traversal/config/*.json; do

# Build web client
echo -e "\033[1m\033[34mBuilding config $id\033[0m"
yarn run --prefix $cwd/web-clients generate -- $cwdengine/$config \
yarn --cwd $cwd/web-clients run generate $cwdengine/$config \
-d $cwd/web-clients/builds/$id \
-s $cwd/web-clients/settings.custom.json \
-q $cwd/web-clients/queries \
Expand Down

0 comments on commit a122118

Please sign in to comment.