Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Gamache committed Jun 4, 2024
1 parent 6d784ce commit afcc75b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ create-schemas

In VSCode, after building the package you can debug it by using the command `debug` inside `packages/create-schemas/package.json`.

## How to release packages

TODO

## Commands

From the project root, you have access to many commands, the main ones are:
Expand Down

0 comments on commit afcc75b

Please sign in to comment.