yarn test
. The functionality I added works as intended
@buoyantair
Hey folks!
Im a little confused with setting up my env for webpack-cli
I have done the following steps so far:
npm i
npm run bootstrap
npm test
Ideally this should first, install some of the dependencies like rimraf required to bootstrap the application with lerna and then npm test should test everything and make sure nothing is broken.
But the last command fails, and gives me this log...
https://pastebin.com/nKa4ihsn