I'm submitting a ...
General infomration
Prerequisites
Description
When I build bacardi project by ./bacardi build
And then ./bacardi build_electron
build folder contents are changed to electron results only.
I think user do not think ./bacardi build_electron command remove ./bacardi build results.
Steps to Reproduce
$ git clone https://github.com/lunchclass/bacardi.git
$ git checkout d523d7acbf5226c1d9f211f1d80ff76cfa1fb642
$ ./bacardi build
$ ./bacardi build_electron
$ ./bacardi test
Expected behavior:
test pass
Actual behavior:
test failed, because build folder contents is changed to electron only
Context (Environment)
Operating System
I'm submitting a ...
General infomration
Prerequisites
Description
When I build bacardi project by
./bacardi buildAnd then
./bacardi build_electronbuild folder contents are changed to electron results only.
I think user do not think
./bacardi build_electroncommand remove./bacardi buildresults.Steps to Reproduce
$ git clone https://github.com/lunchclass/bacardi.git $ git checkout d523d7acbf5226c1d9f211f1d80ff76cfa1fb642 $ ./bacardi build $ ./bacardi build_electron $ ./bacardi testExpected behavior:
test pass
Actual behavior:
test failed, because build folder contents is changed to electron only
Context (Environment)
Operating System