Skip to content

Commit

Permalink
Refactor package.json and build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Nov 9, 2024
1 parent 93f37db commit b77ef79
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
run: pnpm ci:build:twoslash

- name: Publish packages
run: pnpx pkg-pr-new publish --pnpm './packages/*'
run: pnpx pkg-pr-new publish --pnpm --compact './packages/*'

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@changesets/changelog-github": "^0.5.0",
"tsm": "^2.3.0",
"tsup": "^8.3.5",
"@types/node": "^18.15.11"
"@types/node": "^18.15.11",
"pkg-pr-new": "^0.0.30"
}
}
Loading

0 comments on commit b77ef79

Please sign in to comment.