Commit ab1a299 1 parent bdac9dd commit ab1a299 Copy full SHA for ab1a299
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 10
10
"build" : " ./scripts/build.sh" ,
11
11
"release" : " ./scripts/release.sh" ,
12
12
"lint" : " eslint ." ,
13
- "test" : " npm run lint"
13
+ "test" : " npm run lint" ,
14
+ "gh-pages" : " ./scripts/gh-pages"
14
15
},
15
16
"author" : " Algolia <support@algolia.com> (https://github.com/algolia/)" ,
16
17
"license" : " MIT" ,
26
27
"eslint-config-airbnb" : " ^0.1.0" ,
27
28
"eslint-config-algolia" : " ^4.2.0" ,
28
29
"eslint-plugin-react" : " ^3.5.1" ,
30
+ "gh-pages" : " ^0.5.0" ,
29
31
"json" : " ^9.0.3" ,
30
32
"mversion" : " ^1.10.1" ,
31
33
"npm-shrinkwrap" : " ^200.4.0" ,
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ rm -rf node_modules/gh-pages/.cache
4
+
5
+ cd ./docs
6
+ bundle install
7
+ bundle exec jekyll build
8
+ gh-pages --dist docs/_site --branch gh-pages
You can’t perform that action at this time.
0 commit comments