Closed segevfiner closed 2 years ago
pnpm doesn't run pre/post scripts by default, and the template uses pretest which won't get invoked, even if you select pnpm as the package manager during generation. We should also generate an .npmrc with:
pretest
.npmrc
enable-pre-post-scripts = true
In such a case. See https://pnpm.io/cli/run#enable-pre-post-scripts
pnpm doesn't run pre/post scripts by default, and the template uses
pretest
which won't get invoked, even if you select pnpm as the package manager during generation. We should also generate an.npmrc
with:In such a case. See https://pnpm.io/cli/run#enable-pre-post-scripts