npx turbo

This commit is contained in:
Vyacheslav Matyukhin 2022-10-08 17:45:59 +04:00
parent 2c01c77646
commit d037913e7c
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -26,6 +26,6 @@ jobs:
node-version: 16 node-version: 16
cache: 'yarn' cache: 'yarn'
- name: Turbo run - name: Turbo run
run: turbo run build test lint bundle run: npx turbo run build test lint bundle
- name: Coverage - name: Coverage
run: turbo run coverage --no-cache # coverage builds for squiggle-lang can generate slower code that should never be cached run: npx turbo run coverage --no-cache # coverage builds for squiggle-lang can generate slower code that should never be cached