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 6094c5f commit aa96532Copy full SHA for aa96532
.github/workflows/ltpr.yml
@@ -98,6 +98,9 @@ jobs:
98
- name: Install dependencies
99
run: pnpm install --frozen-lockfile
100
101
+ - name: Run dev:prepare
102
+ run: pnpm dev:prepare
103
+
104
- name: Run prepack
105
run: pnpm prepack
106
tsconfig.json
@@ -1,8 +1,4 @@
1
{
2
"extends": "./.nuxt/tsconfig.json",
3
- "exclude": [
4
- "dist",
5
- "node_modules",
6
- "playground",
7
- ]
+ "exclude": ["dist", "node_modules", "playground"]
8
}
0 commit comments