Skip to content

Commit

Permalink
ci(release): update package-lock.json after versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Aug 18, 2023
1 parent 3aaab55 commit bcb9117
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
commit: "chore(release): bump version"
title: "chore(release): bump version"
publish: npx changeset tag
version: npm run version
publish: npm run publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"scripts": {
"lint": "prettier --list-different .",
"changeset": "changeset",
"version": "npx changeset version",
"postversion": "npm i --package-lock-only",
"publish": "npx changeset tag",
"cdk": "cdk"
},
"devDependencies": {
Expand Down

0 comments on commit bcb9117

Please sign in to comment.