mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-15 05:29:36 +00:00
6 lines
142 B
Bash
Executable file
6 lines
142 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
TARGET_DIR="${PWD}/public"
|
|
pipenv run build
|
|
cp "$TARGET_DIR/assets/images/favicon.png" "$TARGET_DIR/favicon.ico"
|