Skip to content

Commit

Permalink
fix: moved typecheck command back to Lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta committed Jan 18, 2023
1 parent b4eb393 commit eff20bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint": "eslint . --ext .js,.jsx,.ts,.tsx",
"stylelint": "stylelint **/*.scss",
"test": "lerna run test",
"typecheck": "yarn workspaces foreach -vip run typecheck",
"typecheck": "lerna run typecheck",
"build": "lerna run build --ignore @okta/odyssey-storybook",
"postinstall": "yarn build && [ -z ${CI:-} ] && husky install || exit 0"
},
Expand Down

0 comments on commit eff20bb

Please sign in to comment.