added -y option to prebuild scripts using node_bin

similar to apt, -y assumes yes to all questions, specifically if
node_bin is correct here. This is necessary for goreleaser, as it is not
interactive.
This commit is contained in:
Harvey Tindall
2020-08-16 14:39:47 +01:00
parent dd0eabf157
commit 02183c7fcc
3 changed files with 90 additions and 51 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ before:
- python3 config/generate_ini.py -i config/config-base.json -o data/config-default.ini
- python3 -m pip install libsass
- python3 scss/get_node_deps.py
- python3 scss/compile.py
- python3 mail/generate.py
- python3 scss/compile.py -y
- python3 mail/generate.py -y
builds:
- dir: ./
env: