mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-20 07:37:38 +01:00
c692f5c67e
Signed-off-by: sshijun <sshijun@vmware.com>
5 lines
147 B
Bash
5 lines
147 B
Bash
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 - |