harbor/make/dev/nodeclarity/entrypoint.sh

6 lines
67 B
Bash
Raw Normal View History

2017-02-21 07:54:42 +01:00
#!/bin/bash
rm -rf dist/*
2017-02-21 07:54:42 +01:00
ng build
cp index.html dist/index.html