chore: adding types node package to pnpm catalog (#7923)
This commit is contained in:
parent
3cbb60417c
commit
5d60d6d702
18 changed files with 223 additions and 219 deletions
|
|
@ -17,13 +17,14 @@
|
|||
"NEXT_PUBLIC_POSTHOG_KEY",
|
||||
"NEXT_PUBLIC_POSTHOG_HOST",
|
||||
"NEXT_PUBLIC_POSTHOG_DEBUG",
|
||||
"NEXT_PUBLIC_SUPPORT_EMAIL"
|
||||
"NEXT_PUBLIC_SUPPORT_EMAIL",
|
||||
"ENABLE_EXPERIMENTAL_COREPACK"
|
||||
],
|
||||
"globalDependencies": ["pnpm-lock.yaml", "pnpm-workspace.yaml", ".npmrc"],
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": [".next/**", "dist/**"]
|
||||
"outputs": [".next/**", "dist/**", "build/**"]
|
||||
},
|
||||
"build-storybook": {
|
||||
"dependsOn": ["^build"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue