-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add smart werable pack and fix preview of SW on sdk7 #682
Conversation
Deploying with Cloudflare Pages
|
Test this pull request
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #682 +/- ##
==========================================
- Coverage 73.77% 73.37% -0.41%
==========================================
Files 312 314 +2
Lines 10470 10560 +90
Branches 1361 1375 +14
==========================================
+ Hits 7724 7748 +24
- Misses 2612 2670 +58
- Partials 134 142 +8
☔ View full report in Codecov by Sentry. |
52a6d85
to
f808bbe
Compare
|
||
export function help(options: Options) { | ||
options.components.logger.log(` | ||
Usage: 'sdk-commands build [options]' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sdk-commands pack-smart-wearable
Usage: 'sdk-commands build [options]' | ||
Options:' | ||
-h, --help Displays complete help | ||
--skip-build Skip build and use the file defined in scene.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe add description for --skip-install
e0539fa
to
85ef0b4
Compare
85ef0b4
to
2e1656e
Compare
No description provided.