Closed hugomontero closed 1 week ago
Allow compile command use archived device os versinos
compile
Before changes:
npm start -- compile argon --target 0.8.0-rc.20
outcome compilation should fail with an error indicating that the target is not valid
Compile failed: Invalid build target version. Valid targets:
After changes:
git pull && git checkout bug/sc-132028/compiles-for-archived-version-is-not-working
outcome You should be able to compile your project without issues
https://app.shortcut.com/particle/story/132028/compiles-for-archived-version-is-not-working-on-cli
Description
Allow
compile
command use archived device os versinosHow to Test
Before changes:
npm start -- compile argon --target 0.8.0-rc.20
outcome compilation should fail with an error indicating that the target is not valid
After changes:
git pull && git checkout bug/sc-132028/compiles-for-archived-version-is-not-working
npm start -- compile argon --target 0.8.0-rc.20
outcome You should be able to compile your project without issues
Related Issues / Discussions
https://app.shortcut.com/particle/story/132028/compiles-for-archived-version-is-not-working-on-cli
Completeness