Skip to content

Commit

Permalink
chore: remove customer graphic-walker submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
longxiaofei committed Aug 8, 2023
1 parent fc80561 commit 76f3cdb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
[submodule "graphic-walker"]
path = graphic-walker
url = https://github.com/Kanaries/graphic-walker
branch = main
1 change: 0 additions & 1 deletion graphic-walker
Submodule graphic-walker deleted from c21f68
1 change: 0 additions & 1 deletion scripts/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ file_dir=$(dirname $(dirname $0) )
echo $cur_dir
echo $file_dir
APP=$file_dir/app
GW=$file_dir/graphic-walker/packages/graphic-walker

(cd $file_dir && if ! command -v yarn; then npm install -g yarn; fi) && \
(cd $APP && yarn && yarn build)
Expand Down
17 changes: 0 additions & 17 deletions scripts/develop.sh

This file was deleted.

0 comments on commit 76f3cdb

Please sign in to comment.