fix(ci): remove pnpm-workspace.yaml and add .npmrc for proper pnpm configuration
This commit is contained in:
parent
7cf2e858a2
commit
da4a7d0792
2 changed files with 5 additions and 3 deletions
5
.npmrc
Normal file
5
.npmrc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Build dependencies configuration
|
||||
ignored-built-dependencies=esbuild,sharp
|
||||
|
||||
# Use frozen lockfile by default
|
||||
frozen-lockfile=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue