mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 03:59:24 +02:00
Make scripts more portable
This commit is contained in:
parent
5fded7a701
commit
39405bbc3e
7 changed files with 26 additions and 8 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash -eux
|
||||
#!/usr/bin/env -S bash -eux
|
||||
|
||||
cd "$(dirname $0)/.." # change into base directory
|
||||
|
||||
find node_modules/fomantic-ui-css/components -name "*.min.css" -delete
|
||||
mkdir -p node_modules/fomantic-ui-css/tweaked
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue