jest-canvas-mock
jest-canvas-mock copied to clipboard
feat: disable `package-lock.json`
Since we ignored package-lock.json in .gitignore. Then we should turn off the lock file in .npmrc as well.
maybe ignored by https://github.com/hustcc/jest-canvas-mock/blob/0a188324e3895d2b8cc87dcf332840ff7ec4f14f/package.json#L68-L72
But it will be generated locally. We should disable it.
The repo do not care the local development env.
You should. For example the CI problem of #91, you won't notice the CI problem on your local. That's because you have a lockfile locally, which is inconsistent with the CI environment.
loca