I'm trying to use this buildpack, but it only works (builds) if I move everything from devDependencies to dependencies in package.json.
My errors :
husky: not found
when I move husky to dependencies, then I have tsc not found, and so on.
Looks like it installs only the dep and not the devDep.
Hi,
I'm trying to use this buildpack, but it only works (builds) if I move everything from devDependencies to dependencies in package.json.
My errors :
husky: not found
when I move husky to dependencies, then I havetsc not found
, and so on. Looks like it installs only the dep and not the devDep.Any idea or some workarounds? Thanks in advance