Skip to content

Commit 51a7046

Browse files
authored
[NOJIRA] Add versioning step to update lock file (#97)
1 parent af9817d commit 51a7046

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
commit: "Version Action"
3434
title: "Version Action"
35+
version: npm run version
3536
env:
3637
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3738

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
"dependencies": {},
1010
"devDependencies": {
1111
"@changesets/cli": "^2.26.2"
12+
},
13+
"scripts": {
14+
"version": "changeset version && npm install --package-lock-only"
1215
}
1316
}

0 commit comments

Comments
 (0)