harbor/tests/run-clarity-ut.sh
Deng, Qian 43c8e9f589 Fix all tslint warnings
1. Fix tslint warnings
2. Add tslint to travis
2018-05-15 16:28:23 +08:00

13 lines
185 B
Bash

#!/bin/bash
set -e
cd /harbor_src
mv /harbor_resources/node_modules ./
npm install -q --no-progress
npm run lint
npm run lint:lib
npm run build
npm run test > ./npm-ut-test-results