Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
browniebroke committed Nov 1, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c9a8e5d commit 49c5036
Showing 3 changed files with 18,161 additions and 16,716 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ jobs:
- run: npm i -g npm@latest
- run: npm i
- run: npm run lint
- run: npm run lint --workspace gatsby-image-gallery

commitlint:
runs-on: ubuntu-latest
4 changes: 3 additions & 1 deletion gatsby-image-gallery/package.json
Original file line number Diff line number Diff line change
@@ -33,10 +33,11 @@
},
"dependencies": {
"react-image-lightbox": "^5.1.4",
"styled-components": "^5.0"
"styled-components": ">= 5.0"
},
"devDependencies": {
"@size-limit/preset-small-lib": "6.0.4",
"@types/jest": "^27.0.2",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@types/react-test-renderer": "17.0.1",
@@ -48,6 +49,7 @@
"react-dom": "17.0.2",
"react-test-renderer": "17.0.2",
"size-limit": "6.0.4",
"ts-jest": "27.0.7",
"tslib": "2.3.1",
"typescript": "4.4.4",
"typescript-plugin-css-modules": "3.4.0"
Loading

0 comments on commit 49c5036

Please sign in to comment.