Skip to content

Commit

Permalink
fix: corepack (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance authored Sep 8, 2024
1 parent 5dd1daa commit 5f79359
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/create-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ label: Create an host app
We highly recommend going through the entire getting started guide. However, if you prefer to scaffold the application we'll be building, a template is available with [degit](https://github.com/Rich-Harris/degit):

```bash
npx degit https://github.com/gsoft-inc/wl-squide/templates/getting-started
corepack pnpm dlx degit https://github.com/gsoft-inc/wl-squide/templates/getting-started
```
!!!

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/create-local-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ order: 80
We highly recommend going through the entire getting started guide. However, if you prefer to scaffold the application we'll be building, a template is available with [degit](https://github.com/Rich-Harris/degit):

```bash
npx degit https://github.com/gsoft-inc/wl-squide/templates/getting-started
corepack pnpm dlx degit https://github.com/gsoft-inc/wl-squide/templates/getting-started
```
!!!

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/create-remote-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ order: 90
We highly recommend going through the entire getting started guide. However, if you prefer to scaffold the application we'll be building, a template is available with [degit](https://github.com/Rich-Harris/degit):

```bash
npx degit https://github.com/gsoft-inc/wl-squide/templates/getting-started
corepack pnpm dlx degit https://github.com/gsoft-inc/wl-squide/templates/getting-started
```
!!!

Expand Down
3 changes: 2 additions & 1 deletion templates/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"engines": {
"node": ">=21.1.0",
"pnpm": ">=9"
}
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}

0 comments on commit 5f79359

Please sign in to comment.