mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 21:12:47 +00: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
|
|
|
|
|