Skip to content

Commit

Permalink
fix: add workaround to fix build-temp-types on Netlify (#7495)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Mar 28, 2022
1 parent 9707f0e commit 01bc415
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package.json
Expand Up @@ -90,6 +90,13 @@
"overrides": {
"vite": "workspace:*",
"@vitejs/plugin-vue": "workspace:*"
},
"packageExtensions": {
"postcss-load-config": {
"peerDependencies": {
"postcss": "*"
}
}
}
}
}
9 changes: 7 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01bc415

Please sign in to comment.