mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 07:41:42 +00:00
fixup! commitear automáticamente los assets
This commit is contained in:
parent
ef74013fa3
commit
2589516b16
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ help: always ## Ayuda
|
|||
@grep -E "^[a-z\-]+ \?=.*##" Makefile | sed -re "s/(.*) \?=.*##(.*)/\1;\2/" | column -s ";" -t | sed -re "s/^([^ ]+) /\x1B[38;5;197m\1\x1B[0m/"
|
||||
|
||||
assets: public/packs/manifest.json.br ## Compilar los assets
|
||||
git add public && git commit -m "assets [skip ci]"
|
||||
git add public/assets/ public/packs/ && git commit -m "assets [skip ci]"
|
||||
|
||||
test: always ## Ejecutar los tests
|
||||
$(MAKE) rake args="test RAILS_ENV=test $(args)"
|
||||
|
|
Loading…
Reference in a new issue