We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3aa323 commit ecf2c3fCopy full SHA for ecf2c3f
.github/workflows/test.yml
@@ -78,8 +78,6 @@ jobs:
78
run: pnpm run build
79
80
- name: Nuxt module build
81
- # Skip this as it fails on ci but not locally...
82
- if: false
83
working-directory: ./packages/nuxt
84
85
packages/nuxt/package.json
@@ -11,9 +11,9 @@
11
"require": "./dist/module.cjs"
12
},
13
"./templates/*": "./templates/*",
14
- "./runtime": {
15
- "types": "./dist/runtime/index.d.ts",
16
- "import": "./dist/runtime/index.mjs"
+ "./runtime/*": {
+ "types": "./dist/runtime/*",
+ "import": "./dist/runtime/*"
17
}
18
19
"main": "./dist/module.cjs",
0 commit comments