We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c90890 commit 4f50008Copy full SHA for 4f50008
1 file changed
.github/workflows/test.yml
@@ -9,7 +9,9 @@ jobs:
9
range: '>= 0.8'
10
type: majors
11
build-command: npm run build:tests
12
- build-output-dir: __tests-built__,lib
+ build-output-dir: |
13
+ __tests-built__
14
+ lib
15
command: npm run tests-built
16
17
flow:
0 commit comments