-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): Add pkg.pr.new for package preview on pull requests (#164)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Sébastien Chopin <[email protected]>
- Loading branch information
1 parent
ac20aec
commit 3a7d0fb
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,10 +23,10 @@ jobs: | |
- name: prepare | ||
run: pnpm dev:prepare | ||
|
||
- name: Release PR version | ||
run: pnpm dlx [email protected] publish | ||
|
||
- name: Lint (code) | ||
run: pnpm lint --fix | ||
|
||
- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c0160 | ||
|
||
# - name: Release PR version | ||
# run: pnpx pkg-pr-new publish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,3 +52,5 @@ coverage | |
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
*.tgz |