mirror of https://github.com/pelias/api.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
303 B
9 lines
303 B
#!/bin/bash -ex |
|
|
|
rm -r docs || true |
|
|
|
curl -s http://localhost:3100/v1 > /dev/null || die "Pelias server does not appear to be running \ |
|
on http://localhost:3100, run npm start in another window before generating docs." |
|
|
|
cd test/ciao |
|
node ../../node_modules/ciao/bin/ciao -c ../ciao.json . -d ../../docs
|
|
|