Hi, i just wanted to inform you that the package I used before was 0.x and i did not get any info / or migration guide or whatever that the 1.x release is completely different.
I just updated now and found out that everything is different.
Maybe the version should have been different, or at least any hint in the readme about prev packages versions.
Maybe this would help others as well.
Before I did use it to run a npm ci when the package-lock.json was changed.
So users only had to re-install npm packages if they really changed.
I think this doesn't work anymore with this build setup. Or do you have any tips how you would do that?
Hi, i just wanted to inform you that the package I used before was 0.x and i did not get any info / or migration guide or whatever that the 1.x release is completely different.
I just updated now and found out that everything is different. Maybe the version should have been different, or at least any hint in the readme about prev packages versions.
Maybe this would help others as well.
Before I did use it to run a
npm ci
when thepackage-lock.json
was changed. So users only had to re-install npm packages if they really changed. I think this doesn't work anymore with this build setup. Or do you have any tips how you would do that?Cheers