mirror of
https://github.com/goharbor/harbor
synced 2025-05-11 10:44:47 +00: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 - |