Skip to content

Commit

Permalink
fix: add postversion to cli and web worksapces
Browse files Browse the repository at this point in the history
  • Loading branch information
dallen4 committed Aug 18, 2024
1 parent 5fa246b commit e648619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +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",
"prepublishOnly": "replace '\"private\": true' '\"private\": false' ./package.json",
"postpublish": "replace '\"private\": false' '\"private\": true' ./package.json",
"release": "yarn build && npm publish"
Expand Down
3 changes: 2 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"start": "next dev",
"build": "next build",
"start:prod": "next build && next start",
"test:e2e": "playwright test"
"test:e2e": "playwright test",
"postversion": "git push --tags"
},
"dependencies": {
"@auth0/nextjs-auth0": "^2.6.3",
Expand Down

0 comments on commit e648619

Please sign in to comment.