Commit 958bab3
build: remove nuxt playground typechecking (#367)
There's some intermittent issue in CI that I can't quite figure out:
```
> vue-tsc --noEmit && nuxi prepare playground && cd playground && vue-tsc --noEmit
[success] [nuxi] Types generated in playground/.nuxt
Error: netlify/edge-functions/geo.ts(1,15): error TS2305: Module '"@netlify/edge-functions"' has no exported member 'Context'.
Error: netlify/edge-functions/world-adder.ts(1,15): error TS2305: Module '"@netlify/edge-functions"' has no exported member 'Context'.
```
(example run: https://github.com/netlify/primitives/actions/runs/16378826884/job/46285296127?pr=365)
I think it's some issue at the intersection of npm workspaces + a non-workspace `package.json`
within a workspace + referencing a dependency that happens to be in this workspace + maybe CI npm
caching...?
Doesn't seem worth spending more time on to just type-check the nuxt module playground.
Co-authored-by: Ivan Zarea <zarea.ivan@gmail.com>
Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>1 parent 36c8c4b commit 958bab3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments