Open
Description
According to the doc , I notice that we have commands to publish samples with dev-tool samples publish
or execute samples with dev-tool samples run
. But we don't have a command to build the samples. Could we provide any guides or build a command on how to build samples in esm + tshy project?
This will be helpful in mgmt because most samples are auto-generated and we may not run them one by one, this could help us to ensure no compile issue.
Also we could enable the publish and build check in ci to ensure the latest and no compile issues in samples.