Skip to content

Commit

Permalink
build: fix removing @biothings-explorer subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Oct 18, 2023
1 parent 76d9e2d commit a17ebb5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@
}
},
"workspaces": [
"./packages/@biothings-explorer/api-response-transform",
"./packages/@biothings-explorer/call-apis",
"./packages/@biothings-explorer/query_graph_handler",
"./packages/@biothings-explorer/smartapi-kg",
"./packages/api-response-transform",
"./packages/call-apis",
"./packages/query_graph_handler",
"./packages/smartapi-kg",
"./packages/biolink-model",
"./packages/biomedical_id_resolver",
"./src/web-app",
".",
"./packages/@biothings-explorer/node-expansion"
"./packages/node-expansion"
]
}
4 changes: 2 additions & 2 deletions scripts/clone_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ do
git clone $base_url"$url" "$module_dir"
done < scripts/packages.txt

cd "./packages/@biothings-explorer/call-apis"
cd "./packages/call-apis"
ln -s ../../../scripts/tsconfig.json_call-apis ./tsconfig.json
cd $current_folder

cd "./packages/@biothings-explorer/node-expansion"
cd "./packages/node-expansion"
ln -s ../../../scripts/tsconfig.json_node-expansion ./tsconfig.json
# # no need to do this after we commit the package name change to the repo
# if [ "$(uname)" = "Darwin" ]; then
Expand Down
10 changes: 5 additions & 5 deletions scripts/packages.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
biothings/biothings_explorer .
biothings/api-respone-transform.js.git ./packages/@biothings-explorer/api-response-transform
biothings/call-apis.js.git ./packages/@biothings-explorer/call-apis
biothings/smartapi-kg.js.git ./packages/@biothings-explorer/smartapi-kg
biothings/bte_trapi_query_graph_handler.git ./packages/@biothings-explorer/query_graph_handler
biothings/node-expansion.git ./packages/@biothings-explorer/node-expansion
biothings/api-respone-transform.js.git ./packages/api-response-transform
biothings/call-apis.js.git ./packages/call-apis
biothings/smartapi-kg.js.git ./packages/smartapi-kg
biothings/bte_trapi_query_graph_handler.git ./packages/query_graph_handler
biothings/node-expansion.git ./packages/node-expansion
biothings/biolink-model.js.git ./packages/biolink-model
biothings/biomedical_id_resolver.js.git ./packages/biomedical_id_resolver

0 comments on commit a17ebb5

Please sign in to comment.