Skip to content

Commit f5cf653

Browse files
committed
remove gitbook
1 parent 3e90414 commit f5cf653

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
"scripts": {
77
"build": "lerna run build",
88
"clean": "rimraf _book && lerna run clean",
9-
"docs": "gitbook install && gitbook build && gh-pages -d _book",
109
"format": "prettier --write \"examples/*/pages/**/*.js\" && prettier --write \"packages/*/src/**/*.js\"",
1110
"check": "yarn format && yarn coverage",
1211
"coverage": "lerna run coverage",
13-
"release": "yarn run check && yarn build && lerna publish --force-publish && yarn docs",
12+
"release": "yarn run check && yarn build && lerna publish --force-publish",
1413
"test": "lerna run test",
1514
"postinstall": "yarn build"
1615
},
@@ -21,13 +20,6 @@
2120
"devDependencies": {
2221
"lerna": "^3.6.0",
2322
"prettier": "^1.15.3",
24-
"rimraf": "^2.6.2",
25-
"gh-pages": "^1.0.0",
26-
"gitbook-cli": "^2.3.0",
27-
"gitbook-plugin-advanced-emoji": "^0.2.2",
28-
"gitbook-plugin-anker-enable": "0.0.4",
29-
"gitbook-plugin-edit-link": "^2.0.2",
30-
"gitbook-plugin-github": "^2.0.0",
31-
"gitbook-plugin-prism": "^2.2.0"
23+
"rimraf": "^2.6.2"
3224
}
3325
}

0 commit comments

Comments
 (0)