Skip to content

Commit

Permalink
fix: github ci ignore graphscope
Browse files Browse the repository at this point in the history
  • Loading branch information
baizn committed Jan 27, 2021
1 parent 27ca1d5 commit 0cd8dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"docs:deploy": "npm run docs:build && gh-pages -d ./dist -r https://github.com/antvis/graphin-docs.git",
"docs:gh-pages": "gh-pages -d ./dist -r https://github.com/antvis/graphin-docs.git",
"bootstrap": "lerna bootstrap",
"bootstrap:ci": "lerna bootstrap --ignore @antv/graphin-studio --ignore graphin-site",
"bootstrap:ci": "lerna bootstrap --ignore @antv/graphin-studio --ignore graphin-site --ignore @antv/graphin-graphscope",
"build": "lerna run build",
"contributor": "git-contributor",
"clean": "lerna clean && npm run rm-package-lock",
Expand Down

0 comments on commit 0cd8dcc

Please sign in to comment.