mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-25 09:01:33 +01:00
12 lines
135 B
Bash
12 lines
135 B
Bash
#!/bin/bash
|
|
|
|
cd /clarity-seed
|
|
rm -rf dist/*
|
|
cp /angular-cli.json /clarity-seed
|
|
|
|
npm install
|
|
ng build
|
|
|
|
cp /index.html dist/index.html
|
|
|