Issue Description
The root package.json duplicates the smoke test compilation and execution command already defined in package.json.
Current root script:
The smoke test subproject already defines the same workflow in its test script. The root script should delegate to it:
This establishes package.json as the single source of truth for running smoke tests, avoids maintaining the TypeScript and Mocha commands in two places, and reduces the risk of the scripts diverging.
Issue Description
The root package.json duplicates the smoke test compilation and execution command already defined in package.json.
Current root script:
The smoke test subproject already defines the same workflow in its test script. The root script should delegate to it:
This establishes package.json as the single source of truth for running smoke tests, avoids maintaining the TypeScript and Mocha commands in two places, and reduces the risk of the scripts diverging.