Skip to content

Commit

Permalink
fix: update postversion scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dallen4 committed Aug 18, 2024
1 parent bcfe7f0 commit f927731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"package": "pkg dist/deadrop.js -o dist/deadrop -C Brotli -c pkg.json",
"postpackage": "rimraf fonts/",
"compile": "yarn build && yarn package",
"postversion": "git push --tags",
"postversion": "git add ./package.json && git push --follow-tags",
"prepublishOnly": "replace '\"private\": true' '\"private\": false' ./package.json",
"postpublish": "replace '\"private\": false' '\"private\": true' ./package.json",
"release": "yarn build && npm publish"
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "next build",
"start:prod": "next build && next start",
"test:e2e": "playwright test",
"postversion": "git push --tags"
"postversion": "git add ./package.json && git push --follow-tags"
},
"dependencies": {
"@auth0/nextjs-auth0": "^2.6.3",
Expand Down

0 comments on commit f927731

Please sign in to comment.