Closed busticated closed 2 years ago
Fixes Cannot find module './src/lib/platform' discovered after publishing the v3.3.0 update
Cannot find module './src/lib/platform'
v3.3.0
npm run compile
rm -rf ./src
./dist/index.js --help
./dist/index.js whoami
git reset HEAD --hard
Outcome
CLI should work without error targeting the compiled files
https://app.shortcut.com/particle/story/107005
self-review :shipit:
Description
Fixes
Cannot find module './src/lib/platform'
discovered after publishing thev3.3.0
updateHow to Test
npm run compile
rm -rf ./src
./dist/index.js --help
(using standard command formatting - e.g../dist/index.js whoami
, etc)git reset HEAD --hard
Outcome
CLI should work without error targeting the compiled files
Related Issues / Discussions
https://app.shortcut.com/particle/story/107005
Completeness