mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-18 00:05:12 +01:00
2ef1a92a93
Using ng-packagr to build and publish npm repo
11 lines
155 B
Bash
11 lines
155 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd /harbor_src
|
|
|
|
mv /harbor_resources/node_modules ./
|
|
|
|
npm install -q --no-progress
|
|
npm run build
|
|
npm run test > ./npm-ut-test-results |