run scripts in parallel

This commit is contained in:
MapleLeaf
2022-01-10 23:54:20 -06:00
parent 2e4ff0f524
commit c5e11b4417

View File

@@ -34,4 +34,4 @@ jobs:
node-version: "16"
- run: npm i -g pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run --recursive ${{ matrix.scripts.script }}
- run: pnpm run --recursive --parallel ${{ matrix.scripts.script }}