File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 7
7
before_script :
8
8
- export DISPLAY=:99.0
9
9
- sh -e /etc/init.d/xvfb start
10
+ script : npm run test:full
11
+ cache : yarn
Original file line number Diff line number Diff line change 14
14
},
15
15
"scripts" : {
16
16
"test" : " NODE_ENV=test karma start" ,
17
+ "test:full" : " npm-run-all -p 'test -- --single-run' lint" ,
17
18
"start" : " scripts/dev-examples" ,
18
19
"docs" : " npm-run-all docs:*" ,
19
20
"docs-dev" : " npm-run-all docs:clean docs:prepare docs:build:watch" ,
20
21
"docs:clean" : " rimraf _book" ,
21
22
"docs:prepare" : " gitbook install" ,
22
23
"docs:build" : " gitbook build -g reactjs/react-modal" ,
23
24
"docs:build:watch" : " gitbook serve" ,
24
- "docs:publish" :
" cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push [email protected] :reactjs/react-modal gh-pages --force"
25
+ "docs:publish" :
" cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push [email protected] :reactjs/react-modal gh-pages --force" ,
26
+ "lint" : " eslint lib/ specs/"
25
27
},
26
28
"authors" : [
27
29
" Ryan Florence"
You can’t perform that action at this time.
0 commit comments