mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 10:10:12 +01:00
13 lines
127 B
Bash
13 lines
127 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd /harbor_src
|
|
|
|
mv /harbor_resources/node_modules ./
|
|
|
|
npm install
|
|
npm run test > ./npm-ut-test-results
|
|
|
|
|