MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update maidfile

+2 -2
+2 -2
maidfile.toml
··· 31 31 '''] 32 32 33 33 [tasks.install] 34 - script = ''' 34 + script = ["maid build -q", ''' 35 35 bash -c 'which ant && cp ./build/ant "$(which ant)" || 36 36 { mkdir -p ~/.local/bin && cp ./build/ant ~/.local/bin/; }' 37 - ''' 37 + ''']