mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-16 15:25:18 +01:00
332f88ec8c
Change-Id: Ibe806972a19cd69bfd90be051cdc340c4d7c6afb Signed-off-by: Ziming Zhang <zziming@vmware.com>
9 lines
174 B
Bash
Executable File
9 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
set -x
|
|
set -e
|
|
|
|
cd ./src/portal
|
|
npm install -g -q --no-progress angular-cli
|
|
npm install -g -q --no-progress karma
|
|
npm install -q --no-progress
|
|
npm run test && cd - |