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 f70d5ea commit 2618667Copy full SHA for 2618667
.github/workflows/test.yml
@@ -78,6 +78,7 @@ jobs:
78
run: pnpm run build
79
80
- name: Nuxt module build
81
- run: pnpm run -C packages/nuxt build
+ working-directory: ./packages/nuxt
82
+ run: pnpm run build
83
84
- uses: codecov/codecov-action@v2
packages/nuxt/package.json
@@ -13,8 +13,7 @@
13
"./templates/*": "./templates/*",
14
"./runtime": {
15
"types": "./dist/runtime/index.d.ts",
16
- "import": "./dist/runtime/index.mjs",
17
- "require": "./dist/runtime/index.mjs"
+ "import": "./dist/runtime/index.mjs"
18
}
19
},
20
"main": "./dist/module.cjs",
0 commit comments