fix: standardize command import paths to lowercase for consistency

This commit is contained in:
2025-05-01 17:56:55 -04:00
parent 748d438706
commit 0cd3b5c179
9 changed files with 22 additions and 9 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"deploy": "node deploy-commands.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
"test:coverage": "jest --coverage",
"deploy:ansible": "ansible-playbook -i inventory.ini playbook.yml"
},
"keywords": [],
"author": "",