mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
Jakub Sokołowski
12e67ad6d2
Changes: - MOAR functions so it's easier to follow - Don't use /tmp, put the copied node_modules in repo root first - Ignore more node_modules sub folders when checking for modifications - */unpacked_bin/clj-kondo - */scripts/.packager.env Signed-off-by: Jakub Sokołowski <jakub@status.im>
12 lines
179 B
Bash
12 lines
179 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Colors
|
|
export YLW='\033[1;33m'
|
|
export RED='\033[0;31m'
|
|
export GRN='\033[0;32m'
|
|
export BLD='\033[1m'
|
|
export RST='\033[0m'
|
|
|
|
# Clear line
|
|
export CLR='\033[2K'
|