Skip to content

Commit

Permalink
ci: fix build by excluding stories from precommit checking
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonC committed Apr 6, 2023
1 parent 2cea259 commit 8a2b291
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"independentLernaPackages": ["website"]
"independentLernaPackages": ["website", "system/stories"]
}
14 changes: 7 additions & 7 deletions system/stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"@storybook/theming": "7.0.0-rc.4",
"@tablecheck/babel-preset": "1.1.0",
"@tablecheck/locales": "1.1.1",
"@tablecheck/tablekit-core": "2.0.0",
"@tablecheck/tablekit-css": "2.0.0",
"@tablecheck/tablekit-react": "2.0.0",
"@tablecheck/tablekit-react-css": "2.0.0",
"@tablecheck/tablekit-react-datepicker": "2.0.0",
"@tablecheck/tablekit-react-fit-content-textarea": "2.0.0",
"@tablecheck/tablekit-react-select": "2.0.0",
"@tablecheck/tablekit-core": "*",
"@tablecheck/tablekit-css": "*",
"@tablecheck/tablekit-react": "*",
"@tablecheck/tablekit-react-css": "*",
"@tablecheck/tablekit-react-datepicker": "*",
"@tablecheck/tablekit-react-fit-content-textarea": "*",
"@tablecheck/tablekit-react-select": "*",
"@vitejs/plugin-react": "3.1.0",
"date-fns": "2.29.3",
"dayzed": "3.2.3",
Expand Down

0 comments on commit 8a2b291

Please sign in to comment.