File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"build" : " lerna run build" ,
8
8
"clean" : " rimraf _book && lerna run clean" ,
9
- "docs" : " gitbook install && gitbook build && gh-pages -d _book" ,
10
9
"format" : " prettier --write \" examples/*/pages/**/*.js\" && prettier --write \" packages/*/src/**/*.js\" " ,
11
10
"check" : " yarn format && yarn coverage" ,
12
11
"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" ,
14
13
"test" : " lerna run test" ,
15
14
"postinstall" : " yarn build"
16
15
},
21
20
"devDependencies" : {
22
21
"lerna" : " ^3.6.0" ,
23
22
"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"
32
24
}
33
25
}
You can’t perform that action at this time.
0 commit comments