You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
227 B
Bash
10 lines
227 B
Bash
9 years ago
|
#! /bin/bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
(cd event-schemas/ && ./check_examples.py)
|
||
|
(cd api && ./check_examples.py)
|
||
|
(cd scripts && ./gendoc.py)
|
||
|
(cd api && npm install && node validator.js -s "client-server/v1")
|
||
|
(cd event-schemas/ && ./check.sh)
|