Skip to content

Commit

Permalink
feat: move framework-info into build packages (#4783)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Holzer <lukas.holzer@netlify.com>
  • Loading branch information
ericapisani and lukasholzer committed Jan 10, 2023
1 parent 9d9aab0 commit d37cbc4
Show file tree
Hide file tree
Showing 183 changed files with 14,934 additions and 156 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Expand Up @@ -21,6 +21,8 @@ const config = {
'packages/build/types/**',
// don't lint fixtures
'packages/*/tests/**/fixtures/**',
'packages/framework-info/test/fixtures/**',
'packages/framework-info/dist/**',
'packages/*/lib/**',
],
rules: {
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
@@ -1,5 +1,6 @@
# don't format fixtures (sometimes faulty behaviour is desired)
packages/*/tests/**/fixtures/**
packages/framework-info/test/fixtures/**
# don't lint outputs
packages/*/lib
# don't lint changelog files as they get auto-generated
Expand Down
1 change: 1 addition & 0 deletions .release-please-manifest.json
Expand Up @@ -3,6 +3,7 @@
"packages/build": "29.4.1",
"packages/cache-utils": "5.1.0",
"packages/config": "20.3.0",
"packages/framework-info": "9.5.3",
"packages/functions-utils": "5.1.1",
"packages/git-utils": "5.1.0",
"packages/headers-parser": "7.1.0",
Expand Down

0 comments on commit d37cbc4

Please sign in to comment.