We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8355013 commit d58d5c3Copy full SHA for d58d5c3
magda-dap-connector/package.json
@@ -11,7 +11,8 @@
11
"start": "node dist/index.js",
12
"dev": "run-typescript-in-nodemon src/index.ts",
13
"docker-build-local": "create-docker-context-for-node-component --build --push --tag auto --local",
14
- "docker-build-prod": "create-docker-context-for-node-component --build --push --tag auto"
+ "docker-build-prod": "create-docker-context-for-node-component --build --push --tag auto",
15
+ "retag-and-push": "retag-and-push"
16
},
17
"author": "",
18
"license": "Apache-2.0",
0 commit comments