Skip to content

Commit ebccce0

Browse files
committed
chore(ci): use better script name
1 parent 0a87f9a commit ebccce0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- run: pnpm i && cd packages/schema-org && pnpm build
2828
- run: cd packages/vite && pnpm build
29-
- run: cd ./test/fixtures/nuxt/ && pnpm install && pnpm init
29+
- run: cd ./test/fixtures/nuxt/ && pnpm install && pnpm nuxt:prepare
3030

3131
- name: Install Docs Dependencies
3232
run: cd ./docs && pnpm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- run: pnpm i && cd packages/schema-org && pnpm build
2727
- run: cd packages/vite && pnpm build
28-
- run: cd ./test/fixtures/nuxt/ && pnpm install && pnpm init
28+
- run: cd ./test/fixtures/nuxt/ && pnpm install && pnpm nuxt:prepare
2929

3030
- name: PNPM build
3131
run: pnpm run build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- run: pnpm i && cd packages/schema-org && pnpm build
3636
- run: cd packages/vite && pnpm build
37-
- run: cd ./test/fixtures/nuxt/ && pnpm install && pnpm init
37+
- run: cd ./test/fixtures/nuxt/ && pnpm install && pnpm nuxt:prepare
3838

3939
- name: Build
4040
run: pnpm run build

0 commit comments

Comments
 (0)