mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
70961ca02c
Signed-off-by: Meina Zhou <meinaz@vmware.com>
7 lines
253 B
Bash
7 lines
253 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 build_lib && npm run link_lib && cd ../..
|
|
|
|
cd ./src/portal && npm run lint && npm run lint:lib && npm run test && cd - |