Skip to content

Commit fb982f6

Browse files
committed
update gitbook deps
1 parent bb8465a commit fb982f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"docs:prepare": "gitbook install",
2727
"docs:build": "npm run docs:prepare && gitbook build",
2828
"docs:watch": "npm run docs:prepare && gitbook serve",
29-
"docs:publish": "npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git fetch git@github.com:airbnb/react-sketchapp.git gh-pages && git checkout -b gh-pages && git add . && git commit -am 'update book' && git push git@github.com:airbnb/react-sketchapp.git gh-pages --force",
29+
"docs:publish": "npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git fetch https://github.com/airbnb/react-sketchapp gh-pages && git checkout -b gh-pages && git add . && git commit -am 'update book' && git push https://github.com/airbnb/react-sketchapp gh-pages --force",
3030
"lint": "eslint .",
3131
"lint-staged": "lint-staged",
3232
"prepublishOnly": "npm run clean && npm run test:ci && npm run build",
@@ -112,6 +112,7 @@
112112
"gitbook-plugin-anchorjs": "^2.1.0",
113113
"gitbook-plugin-codeblock-disable-glossary": "0.0.1",
114114
"gitbook-plugin-edit-link": "^2.0.2",
115+
"gitbook-plugin-github": "^2.0.0",
115116
"gitbook-plugin-prism": "^2.3.0",
116117
"jest-cli": "^24.9.0",
117118
"lint-staged": "^9.4.3",

0 commit comments

Comments
 (0)