prepared file structure for independent project
This commit is contained in:
8
deployProject.sh
Normal file
8
deployProject.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -uo pipefail
|
||||
|
||||
if [[ -d dist/ ]]; then
|
||||
rm -r dist/;
|
||||
fi
|
||||
|
||||
cp -r target/ dist/;
|
Reference in New Issue
Block a user