Skip to content

Commit

Permalink
Try to fix changesets PR more
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Dec 18, 2023
1 parent ed1cd2a commit b6c5e51
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: changesets/action@v1
with:
publish: pnpm changeset publish
version: pnpm changeset version && pnpm install --lockfile-only --offline
version: pnpm version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
"build": "pnpm tsc && pnpm -r build",
"format": "prettier --write \"**/*.{ts,json,css}\"",
"test": "pnpm -r test",
"start": "pnpm --filter @arethetypeswrong/web start"
"start": "pnpm --filter @arethetypeswrong/web start",
"version": "changeset version && pnpm install --lockfile-only --offline"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@changesets/cli": "^2.27.1",
"prettier": "^3.0.3",
"typescript": "5.3.2"
},
Expand Down
166 changes: 76 additions & 90 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6c5e51

Please sign in to comment.