mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 10:10:12 +01:00
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
|
||
|
|
||
|
|