harbor/tests/run-clarity-ut.sh
Deng, Qian 289946ccb4 Update package.js
Using fixed version number to reduce the npm log in travis
2018-01-16 19:40:31 +08:00

10 lines
141 B
Bash

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