File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2424 registry-url : https://registry.npmjs.org/
2525 cache : " pnpm"
2626
27- - name : Install Dependencies
28- run : pnpm install && cd ./playgrounds/nuxt3/ && pnpm install
27+ - run : pnpm i && cd packages/schema-org && pnpm build
28+ - run : cd ./playgrounds/nuxt3/ && pnpm install
2929
3030 - name : Install Docs Dependencies
3131 run : cd ./docs && pnpm install
Original file line number Diff line number Diff line change 2828 env :
2929 CONVENTIONAL_GITHUB_RELEASER_TOKEN : ${{secrets.GITHUB_TOKEN}}
3030
31- - name : Install Dependencies
32- run : pnpm install && cd ./playgrounds/nuxt3/ && pnpm install
31+ - run : pnpm i && cd packages/schema-org && pnpm build
32+ - run : cd ./playgrounds/nuxt3/ && pnpm install
3333
3434 - name : PNPM build
3535 run : pnpm run build
Original file line number Diff line number Diff line change 3333 registry-url : https://registry.npmjs.org/
3434 cache : " pnpm"
3535
36- - run : pnpm install && cd ./playgrounds/nuxt3/ && pnpm install
36+ - run : pnpm i && cd packages/schema-org && pnpm build
37+ - run : cd ./playgrounds/nuxt3/ && pnpm install
3738
3839 - name : Build
3940 run : pnpm run build
You can’t perform that action at this time.
0 commit comments