mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
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 -
|