mirror of https://github.com/pelias/api.git
Julian Simioni
9 years ago
5 changed files with 10 additions and 7 deletions
@ -0,0 +1,9 @@ |
|||||||
|
#!/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 |
Loading…
Reference in new issue