Re-add run alias

This commit is contained in:
Oliver Davies 2025-03-30 12:45:29 +01:00
parent 640ef4a97e
commit 92f7639be9

View file

@ -7,6 +7,7 @@
"..." = "cd ../..";
"...." = "cd ../../..";
"....." = "cd ../../../..";
run = "./run";
s = "secrets";
secrets = ''doppler --project "$(whoami)" run'';
tag = "tag-release";