-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat: otter training - training sdk #2267
Conversation
af59293
to
1f975b9
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit f78569f. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
1f975b9
to
e359fd8
Compare
e359fd8
to
2864524
Compare
"options": { | ||
"script": "extract" | ||
}, | ||
"inputs": ["source", "^source-and-cli", "{projectRoot}/package.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.
Why do you need ^source-and-cli
?
This will require to re-run this action on any dependency source code change.
It is what you want or is ^cli
would be enough (according where o3r-extract-folder-structure
is)?
2864524
to
41541fd
Compare
"options": { | ||
"script": "build" | ||
}, | ||
"inputs": ["source", "^source-and-cli"] |
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.
We should not need this line
41541fd
to
f78569f
Compare
Proposed change
Creation of training SDK
This PR is mainly to check the package files, the specifications are likely to change when we update the content of the SDK training exercises.
Related issues