harbor/tests/run-clarity-ut.sh
Deng, Qian 2ef1a92a93 Add ng-packagr to packaging harbor-ui npm repo
Using ng-packagr to build and publish npm repo
2018-05-09 10:59:22 +08:00

11 lines
155 B
Bash

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