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 d4d85d1 commit 12c129fCopy full SHA for 12c129f
.github/workflows/test.yml
@@ -275,6 +275,7 @@ jobs:
275
exit 1
276
277
- name: remove with-typescript-nextjs
278
+ if: matrix.os != 'ubuntu-latest' #rm: cannot remove examples/with-typescript-nextjs: Directory not empty
279
run: rm -rf examples/with-typescript-nextjs
280
281
- name: node with-javascript-vite
0 commit comments