We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a577c44 commit f09dea1Copy full SHA for f09dea1
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
version: 'latest'
38
- name: Install dependencies
39
- run: pnpm install && cd ./example pnpm install
+ run: pnpm install && cd ./example && pnpm install
40
- name: Build the project
41
run: pnpm run build
42
- name: Setup Pages
0 commit comments