Skip to content

Commit

Permalink
Update build-web-clients.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Apr 15, 2022
1 parent 0e66ec4 commit 6e4f64c
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 @@ -10,7 +10,7 @@ pushd engines/query-sparql-reasoning >/dev/null
for config in ../config-reasoning/config/*.json; do
id=$(echo $config | sed "s/.*config\/config-\(.*\)\.json/\1/")

if [ "$id" = "base" ] || [ "$id" = "solid-base" ] || [ "$id" = "file" ]; then
if [ "$id" = "base" ] || [ "$id" = "solid-base" ] || [ "$id" = "file" ] || [ "$id" = "rdfjs" ]; then
continue;
fi

Expand Down

0 comments on commit 6e4f64c

Please sign in to comment.