diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..38b0176 --- /dev/null +++ b/.npmrc @@ -0,0 +1,5 @@ +# Build dependencies configuration +ignored-built-dependencies=esbuild,sharp + +# Use frozen lockfile by default +frozen-lockfile=true diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml deleted file mode 100644 index c564c89..0000000 --- a/pnpm-workspace.yaml +++ /dev/null @@ -1,3 +0,0 @@ -ignoredBuiltDependencies: - - esbuild - - sharp