Skip to content

Commit 493e9e2

Browse files
authored
Merge pull request #607 from supermacro/update-neverthrow-version-in-lockfile
ci: update neverthrow version in lockfile
2 parents fd35945 + fc53b7d commit 493e9e2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- name: Create Release Pull Request
2727
id: changesets
2828
uses: changesets/action@v1
29+
with:
30+
version: npm run version
2931
env:
3032
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3133

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"clean": "rm -rf ./dist ./tmp",
1919
"build": "npm run clean && rollup --config && mv tmp/*.js dist",
2020
"prepack": "npm run build",
21-
"release": "changeset publish"
21+
"release": "changeset publish",
22+
"version": "changeset version && npm i --lockfile-only"
2223
},
2324
"repository": {
2425
"type": "git",

0 commit comments

Comments
 (0)