aboutsummaryrefslogblamecommitdiffhomepage
path: root/scripts/test.sh
blob: 473445876ab12a232a11ad25dc68aab228b7e73b (plain) (tree)
1
2
3
4
5
6
7
8
           
 
                               
 



                                   
#!/bin/bash

npm run build:server || exit -1

npm run travis -- client || exit -1
npm run travis -- api || exit -1
npm run travis -- cli || exit -1
npm run travis -- lint || exit -1