mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 10:10:12 +01:00
1d0721fdfc
Support UI UT add output ad npm install add npm install
11 lines
109 B
Bash
11 lines
109 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cp -r /harbor_ui/lib/* /harbor_ui
|
|
|
|
npm install
|
|
npm run test > lib/npm-ut-test-results
|
|
|
|
|