File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 restore-keys : |
3232 turbo-quality-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-
3333 turbo-quality-${{ runner.os }}-
34- - run : turbo run _typecheck _test
34+ - run : npx turbo run _typecheck _test
3535
3636 docs :
3737 name : Docs
5151 restore-keys : |
5252 turbo-docs-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-
5353 turbo-docs-${{ runner.os }}-
54- - run : turbo run _docs:cli _docs:api:html
54+ - run : npx turbo run _docs:cli _docs:api:html
5555 - uses : actions/upload-pages-artifact@v3
5656 with :
5757 path : site/
9494 restore-keys : |
9595 turbo-release-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-
9696 turbo-release-${{ runner.os }}-
97- - run : turbo run _compile _schema
97+ - run : npx turbo run _compile _schema
9898 - name : Record pre-release version
9999 id : pre
100100 run : echo "version=$(npm pkg get version | tr -d '\"')" >> "$GITHUB_OUTPUT"
You can’t perform that action at this time.
0 commit comments