We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667d0e4 commit 0191915Copy full SHA for 0191915
package.json
@@ -7,7 +7,7 @@
7
"start": "./index.js",
8
"dev": "nodemon index.js -- --dev",
9
"lint": "eslint .",
10
- "release": "npm version patch && git push && git push --tags && npm publish"
+ "release": "npm version patch && git push && git push --tags && npm publish --access public && docker build . --tag filedrop:latest --tag filedrop:$(npm info @zix99/filedrop version) && docker push filedrop:latest"
11
},
12
"bin": {
13
"filedrop": "./index.js"
0 commit comments