Skip to content

Commit

Permalink
ci: added compact and pnpm flags (#803)
Browse files Browse the repository at this point in the history
* ci: added compact and pnpm flags

* chore: added repository url to package.json

* chore: correct url?

* ci: temporarely remove compact flag

* ci: revert flag

* ci: avoid duplicate publishes

* ci: added permissions
  • Loading branch information
alvarosabu authored Aug 19, 2024
1 parent a587073 commit d506dca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ env:
PNPM_CACHE_FOLDER: .pnpm-store
HUSKY: 0 # Bypass husky commit hook for CI

permissions: {}

concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -30,4 +36,4 @@ jobs:
run: pnpm install
- name: Build
run: pnpm build
- run: pnpx pkg-pr-new publish
- run: pnpx pkg-pr-new publish --compact --pnpm

0 comments on commit d506dca

Please sign in to comment.