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 50c4ab0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Create Release Pull Request
uses: changesets/action@v1
with:
commit: "chore(release): bump version"
title: "chore(release): bump version"
publish: npx changeset tag
title: "🦋 Changeset release"
version: npm run version
publish: npm run publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"scripts": {
"lint": "prettier --list-different .",
"changeset": "changeset",
"version": "npx changeset version && npm i --package-lock-only",
"publish": "npx changeset tag",
"cdk": "cdk"
},
"devDependencies": {
Expand Down

0 comments on commit 50c4ab0

Please sign in to comment.