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 582c2a4 commit 1daf8d3Copy full SHA for 1daf8d3
.github/workflows/main.yml
@@ -34,8 +34,9 @@ jobs:
34
env: { CI: 1 }
35
if: matrix.os != 'ubuntu-latest'
36
37
- # sanity check that the rollup plugin made a file without needing to loadConfig
+ # sanity check that plugins made a file without needing to loadConfig
38
- run: yarn --cwd ./examples/rollup-project start
39
+ - run: yarn --cwd ./examples/esbuild-project start
40
41
- uses: codecov/codecov-action@v1
42
if: matrix.os == 'ubuntu-latest'
0 commit comments