Skip to content

Commit aa96532

Browse files
committed
fix: workflow
1 parent 6094c5f commit aa96532

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ltpr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ jobs:
9898
- name: Install dependencies
9999
run: pnpm install --frozen-lockfile
100100

101+
- name: Run dev:prepare
102+
run: pnpm dev:prepare
103+
101104
- name: Run prepack
102105
run: pnpm prepack
103106

tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
22
"extends": "./.nuxt/tsconfig.json",
3-
"exclude": [
4-
"dist",
5-
"node_modules",
6-
"playground",
7-
]
3+
"exclude": ["dist", "node_modules", "playground"]
84
}

0 commit comments

Comments
 (0)