📦 build(sync-config): remove from-the-script remote push feature

using git manually is better sometimes
This commit is contained in:
retrozinndev
2025-08-15 21:33:43 -03:00
parent adb1587a10
commit 5006b86ad7
2 changed files with 57 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"clean": "sh ./scripts/clean.sh",
"build": "sh ./scripts/build.sh",
"build:release": "sh ./scripts/release.sh",
"sync-config": "sh ./scripts/update-repo.sh"
"sync-config": "sh ./scripts/sync-config.sh"
},
"devDependencies": {
"ags": "link:../../../../usr/share/ags/js"