Skip to content

Commit

Permalink
feat(graphscope):add npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Jan 21, 2021
1 parent ae452fb commit 652d678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"icons": "cd packages/graphin-icons && npm run start",
"site": "cd ./packages/graphin-site && npm run start",
"studio": "cd ./packages/graphin-studio && npm run start",
"graphscope": "cd ./packages/graphin-graphscope && npm run start",
"docs": "dumi dev",
"docs:build": "dumi build",
"docs:deploy": "npm run docs:build && gh-pages -d ./dist -r https://github.com/antvis/graphin-docs.git",
Expand Down

0 comments on commit 652d678

Please sign in to comment.