File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 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 },
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}
You can’t perform that action at this time.
0 commit comments