Skip to content

Commit 2560c85

Browse files
committed
chore: fixed github action
1 parent 2237f94 commit 2560c85

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

packages/nuxt/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"dev": "nuxi dev playground",
2121
"dev:build": "nuxi build playground",
2222
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
23-
"release": "release-it",
24-
"postinstall": "pnpm prepack"
23+
"release": "release-it"
2524
},
2625
"dependencies": {
2726
"@nuxt/kit": "^3.0.0-rc.12",

packages/nuxt/tsconfig.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
11
{
2-
"extends": "./playground/.nuxt/tsconfig.json",
3-
"compilerOptions": {
4-
"module": "ESNext",
5-
"target": "ESNext",
6-
"lib": [
7-
"DOM",
8-
"ESNext"
9-
],
10-
"strict": true,
11-
"esModuleInterop": true,
12-
"jsx": "preserve",
13-
"incremental": false,
14-
"skipLibCheck": true,
15-
"moduleResolution": "node",
16-
"resolveJsonModule": true,
17-
"noUnusedLocals": true,
18-
"strictNullChecks": true,
19-
"forceConsistentCasingInFileNames": true
20-
}
21-
}
2+
"extends": "./playground/.nuxt/tsconfig.json"
3+
}

0 commit comments

Comments
 (0)