mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-10 10:36:25 -04:00
feat: force use of pnpm
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -54,7 +54,6 @@ yalc.lock
|
||||
!http_cache/cache
|
||||
!http_cache/cache/cache.go
|
||||
*.log
|
||||
.npmrc
|
||||
!create-turbo/templates/**/*
|
||||
todos.md
|
||||
examples/*/*.lock
|
||||
|
||||
@@ -60,7 +60,9 @@
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=7.0.0",
|
||||
"pnpm": ">=6.0.0",
|
||||
"npm": "pnpm",
|
||||
"yarn": "pnpm",
|
||||
"node": ">=14.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user