Skip to content

Commit

Permalink
prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Feb 25, 2023
1 parent 9adc803 commit 47f6038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/server",
"version": "0.6.21",
"version": "0.6.22",
"description": "",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"build": "tsc --outDir dist",
"postbuild": "node test/check-build-output.js",
"prepublishOnly": "npm version patch && git add package.json && npm run build && git commit -m prepublish",
"postpublish": "git push origin v$npm_package_version",
"postpublish": "git tag v$npm_package_version && git push origin v$npm_package_version",
"docker": "scripts/github-workflow-publish-docker.sh"
},
"author": "",
Expand Down

0 comments on commit 47f6038

Please sign in to comment.