workflow: remove --cwd flag

This commit is contained in:
MapleLeaf
2022-01-02 22:12:49 -06:00
committed by Darius
parent 4382150d7c
commit 14450cc743

View File

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