ci(move): moved docker-publish script back to root

This commit is contained in:
Rick van Lieshout 2023-03-19 21:15:44 +01:00
parent 26f1ddb238
commit 5380094315
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "export.sh",
"scripts": {
"docker-build": "docker build -t bw-export .",
"publish": "bash ci/docker-publish.sh"
"publish": "bash docker-publish.sh"
},
"repository": {
"type": "git",