File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
- node_modules
18
18
script :
19
19
- yarn run test
20
- - if [ "$TRAVIS_PULL_REQUEST" = false ]; then AWS_SHOULD_PUBLISH=yes yarn start; else echo "We dont publish docs via PRs"; fi
21
20
branches :
22
21
only :
23
22
- master
Original file line number Diff line number Diff line change
1
+ web : yarn run greet
Original file line number Diff line number Diff line change 12
12
"scripts" : {
13
13
"autoformat" : " standard --fix index.js lib/*.js" ,
14
14
"start" : " node --use-strict index.js" ,
15
- "test" : " standard && mocha test"
15
+ "test" : " standard && mocha test" ,
16
+ "greet" : " echo 'hi'"
16
17
},
17
18
"author" :
" Stanley Stuart <[email protected] >" ,
18
19
"license" : " MIT" ,
64
65
"url" : " https://github.com/ember-learn/ember-jsonapi-docs/issues"
65
66
},
66
67
"homepage" : " https://github.com/ember-learn/ember-jsonapi-docs#readme"
67
- }
68
+ }
You can’t perform that action at this time.
0 commit comments