Skip to content

Commit 3313ab7

Browse files
committed
chore(scripts): fix tsconfig.base.json reset
1 parent c4e5831 commit 3313ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
],
119119
"templates/website/**/*": "sh -c \"cd templates/website; pnpm install --no-frozen-lockfile --ignore-workspace; pnpm run lint --fix\"",
120120
"templates/**/pnpm-lock.yaml": "pnpm runts scripts/remove-template-lock-files.ts",
121-
"tsconfig.json": "node scripts/reset-tsconfig.js"
121+
"tsconfig.base.json": "node scripts/reset-tsconfig.js"
122122
},
123123
"devDependencies": {
124124
"@jest/globals": "29.7.0",

0 commit comments

Comments
 (0)