Skip to content

Commit

Permalink
feat(graphin):adjust package script
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Jan 7, 2021
1 parent 7a61534 commit dba0cd1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "graphin",
"scripts": {
"graphin": "cd packages/graphin && npm run start ",
"components": "cd packages/graphin-components && npm run start",
"icons": "cd packages/graphin-icons && npm run start",
"site": "cd ./packages/graphin-site && npm run start",
"studio": "cd ./packages/graphin-studio && npm run start",
"docs:dev": "dumi dev",
"docs:build": "dumi build",
"docs:temp": "gh-pages -d ./dist -r https://github.com/antvis/graphin-docs.git",
"docs:deploy": "npm run docs:build && gh-pages -d ./dist -r https://github.com/antvis/graphin-docs.git",
"start-graphin": "cd packages/graphin && npm run start ",
"start-graphin-components": "cd packages/graphin-components && npm run start",
"site": "cd ./packages/graphin-site && npm run start",
"studio": "cd ./packages/graphin-studio && npm run start",
"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",
"build": "lerna run build",
Expand Down

0 comments on commit dba0cd1

Please sign in to comment.