fix(scripts): rename release script to release:docker

This commit is contained in:
2026-04-02 12:00:15 +00:00
parent fa00a25d4d
commit 97d338d483
2 changed files with 6 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"no npm test specified\"",
"build": "tsdocker build",
"release": "tsdocker push --verbose"
"release:docker": "tsdocker push --verbose"
},
"repository": {
"type": "git",