Closed busticated closed 2 years ago
Removes build step, includes and targets uncompiled source in published artifacts
git pull && git checkout chore/dependencies
npm run reinstall
rm -rf ./dist
npm start -- help
Outcome
CLI should work without error targeting the compiled files
https://app.shortcut.com/particle/story/107205 https://app.shortcut.com/particle/story/107005
Description
Removes build step, includes and targets uncompiled source in published artifacts
How to Test
git pull && git checkout chore/dependencies
)npm run reinstall
)rm -rf ./dist
npm start -- help
(docs)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