File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 cache : ' pnpm'
2323
2424 - name : Install Dependencies
25- run : pnpm i
25+ run : pnpm install
2626
2727 - name : Build packages
2828 run : pnpm run build
Original file line number Diff line number Diff line change 2828 cache : ' pnpm'
2929
3030 - name : Install Dependencies
31- run : pnpm i
31+ run : pnpm install
3232
3333 - name : Create release PR or publish to npm
3434 uses : changesets/action@v1
Original file line number Diff line number Diff line change 2626 cache : ' pnpm'
2727
2828 - name : Install Dependencies
29- run : pnpm i
29+ run : pnpm install
3030
3131 - name : Publish
3232 uses : seek-oss/changesets-snapshot@v0
Original file line number Diff line number Diff line change 2828 cache : ' pnpm'
2929
3030 - name : Install Dependencies
31- run : pnpm i
31+ run : pnpm install
3232
3333 - name : Build
3434 run : pnpm build && node ./site/makeDocsManifest
6363 cache : ' pnpm'
6464
6565 - name : Install Dependencies
66- run : pnpm i
66+ run : pnpm install
6767
6868 - name : Build
6969 run : pnpm build
8989 cache : ' pnpm'
9090
9191 - name : Install Dependencies
92- run : pnpm i
92+ run : pnpm install
9393
9494 - name : Install Browsers
9595 run : pnpm playwright install chromium
You can’t perform that action at this time.
0 commit comments