diff --git a/package.json b/package.json index bab720c114..d205ce90da 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "build:ci:collect-artifacts": "mkdir -p ts-packages/dist && mv ts-packages/react-components/storybook-static ts-packages/dist/storybook && mv ts-packages/react-webpack-with-theme-example/dist ts-packages/dist/example", "lint": "lerna run lint --stream", "lint:fix": "lerna run lint:fix --stream", + "tsc": "lerna run tsc --stream", "types:lint:fix": "lerna run lint:fix --scope @nymproject/types --scope @nymproject/nym-wallet-app", "audit:fix": "npm_config_yes=true npx yarn-audit-fix -- --dry-run" },