custom squiggle-components outputs; never cache coverage
This commit is contained in:
parent
fd6c4ae1de
commit
de532c72d6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -43,4 +43,4 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: yarn
|
||||
- name: Coverage
|
||||
run: npx turbo run coverage --no-cache # coverage builds for squiggle-lang can generate slower code that should never be cached
|
||||
run: npx turbo run coverage
|
||||
|
|
|
@ -9,7 +9,12 @@
|
|||
"vscode-squiggle#build": {
|
||||
"dependsOn": ["^build", "@quri/squiggle-components#bundle"]
|
||||
},
|
||||
"@quri/squiggle-components#build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**", "storybook-static/**"]
|
||||
},
|
||||
"@quri/squiggle-lang#build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": [
|
||||
"__tests__/**/*.bs.js",
|
||||
"benchmark/**/*.bs.js",
|
||||
|
@ -25,6 +30,8 @@
|
|||
"bundle": {
|
||||
"dependsOn": ["^build", "build"]
|
||||
},
|
||||
"coverage": {}
|
||||
"coverage": {
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user