harbor/make/dev/nodeclarity/entrypoint.sh

6 lines
67 B
Bash

#!/bin/bash
rm -rf dist/*
ng build
cp index.html dist/index.html