Skip to content

Commit

Permalink
cd: sync lock versions on version
Browse files Browse the repository at this point in the history
  • Loading branch information
almahdi404 committed Sep 10, 2024
1 parent eb433f5 commit cda3037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Create Release Pull Request or Publish to NPM
uses: changesets/action@v1
with:
version: npm run v
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"build": "vinxi build",
"start": "vinxi start",
"format": "prettier --write .",
"v": "changeset version && npm install synclockver --no-save && synclockver",
"release": "npm ci && npm run build && changeset publish"
},
"engines": {
Expand Down

0 comments on commit cda3037

Please sign in to comment.