run-dev should only run if build succeeded

This commit is contained in:
Albert Armea 2025-12-25 15:02:39 -05:00
parent 99cd60ff0a
commit 83b0b3482c

View file

@ -1,4 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
cargo build cargo build && WLR_BACKENDS=wayland WLR_LIBINPUT_NO_DEVICES=1 sway -c ./sway.conf
WLR_BACKENDS=wayland WLR_LIBINPUT_NO_DEVICES=1 sway -c ./sway.conf