particle-iot / particle-cli

Command Line Interface for Particle Cloud and devices
Apache License 2.0
212 stars 92 forks source link

feature/sc-107205/remove-build-step #628

Closed busticated closed 2 years ago

busticated commented 2 years ago

Description

Removes build step, includes and targets uncompiled source in published artifacts

How to Test

  1. Pull down this branch (git pull && git checkout chore/dependencies)
  2. Reinstall dependencies (npm run reinstall)
  3. Remove now unused compiled source files: rm -rf ./dist
  4. Run commands as normal: npm start -- help (docs)
  5. Observe CI passing

Outcome

CLI should work without error targeting the compiled files

Related Issues / Discussions

https://app.shortcut.com/particle/story/107205 https://app.shortcut.com/particle/story/107005

Completeness