bsimmons
07/24/2021, 6:01 PMturansky
07/24/2021, 6:12 PMbsimmons
07/24/2021, 6:18 PMVampire
07/24/2021, 10:06 PMbsimmons
07/25/2021, 1:23 AMbuild/yarn.lock
is empty. (Even though the copy is working correctly) And when I build, the build/yarn.lock
is just the generated one and not my custom one. I guess I'm not quite sure exactly how this all works.Vampire
07/25/2021, 1:31 AMyarn.lock
file at the correct location, or did you use updateYarnLock
to create or update it?bsimmons
07/25/2021, 1:42 AMcopyYarnLock
it copies to the build dir correctlybsimmons
07/25/2021, 1:47 AMVampire
07/25/2021, 1:50 AMVampire
07/25/2021, 1:51 AMbsimmons
07/25/2021, 1:54 AMbsimmons
07/25/2021, 1:54 AMkotlinNpmInstall
does it copy the yarn.lock
to the build directory then?Vampire
07/25/2021, 1:57 AMncc-packer
I think. If you left out more you probably broke it.bsimmons
07/25/2021, 2:12 AMcleanGenerateExternalsIntegrated
task in my proj. So I had to remove that too.Vampire
07/25/2021, 2:20 AMVampire
07/25/2021, 2:21 AMVampire
07/25/2021, 2:25 AMkotlinNpmInstall
it had copied it do build/js
and then emptied it.
Only the dependencies that were actually resolved remain in there.
That nothing is left in there if you just run kotlinNpmInstall
is normal.Vampire
07/25/2021, 2:26 AMbsimmons
07/25/2021, 2:40 AMbsimmons
07/25/2021, 2:40 AMVampire
07/25/2021, 2:42 AMVampire
07/25/2021, 2:43 AMbsimmons
07/25/2021, 2:52 AMbsimmons
07/25/2021, 2:52 AM