Skip to content

Commit

Permalink
chore(react-text): add all type of type-check for experiemnt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Feb 21, 2024
1 parent 734f35f commit 3f59dca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-components/react-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"start": "yarn storybook",
"test": "jest --passWithNoTests",
"storybook": "start-storybook",
"type-check-v2": "just-scripts type-check-v2",
"type-check-v1": "just-scripts type-check",
"type-check": "tsc -b tsconfig.json",
"generate-api": "just-scripts generate-api",
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\"",
Expand Down

0 comments on commit 3f59dca

Please sign in to comment.