mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 16:19:37 +01:00
c6814f2bcc
1, deprecate travis, and use the gitaction for instread. 2, upgrade golang version to v1.15.6 Signed-off-by: Wang Yan <wangyan@vmware.com>
7 lines
254 B
Bash
Executable File
7 lines
254 B
Bash
Executable File
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 - |