Skip to content

Commit

Permalink
feat: update lock file after version changed
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 29, 2023
1 parent 0b66b83 commit b4f6021
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: changesets/action@v1
with:
publish: yarn release
version: yarn changeset version
version: yarn run version
commit: 'chore: release lib-boilerplate'
title: 'chore: release lib-boilerplate'
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>lib-boilerplate</title>
<title>lib boilerplate</title>
</head>
<body>
<div id="app"></div>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"serve": "vite preview docs",
"test": "vitest run --coverage",
"typecov": "type-coverage",
"vercel-build": "vite build docs --emptyOutDir"
"vercel-build": "vite build docs --emptyOutDir",
"version": "changeset version && yarn --no-immutable"
},
"dependencies": {
"tslib": "^2.6.2"
Expand Down

0 comments on commit b4f6021

Please sign in to comment.