Skip to content

Commit

Permalink
feat: add graphin git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Nov 23, 2023
1 parent 27cda4f commit 1aecd29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ packages/gi-assets-tugraph-analytics/dist
# do not ignore gi-portal dist
packages/gi/dist
packages/gi-common-components/dist

packages/graphin

build

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"pnpm": "^8"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"preinstall": "npx only-allow pnpm && npm run check-gitmodules",
"check-gitmodules": "test -d packages/graphin/.git || git clone -b v3 https://github.com/antvis/Graphin.git packages/graphin",
"build:all:es": "turbo run build:es",
"build:all:umd": "turbo run build:umd --no-cache",
"start": "cd packages/gi-site && npm run start",
Expand Down

0 comments on commit 1aecd29

Please sign in to comment.