Closed karthik2804 closed 3 months ago
Moves the knitwit script to postprepare instead of postinsall which seems to lead to errors when cloning a repository that already has a package-lock.json but the modules are not installed.
knitwit
postprepare
postinsall
package-lock.json
Happy to swap to a pre-release if we would like to use that to test the fix.
Moves the
knitwit
script topostprepare
instead ofpostinsall
which seems to lead to errors when cloning a repository that already has apackage-lock.json
but the modules are not installed.