feat: force use of pnpm

This commit is contained in:
Brendan Allan
2022-03-30 18:35:57 +08:00
parent 1f1bcab9f1
commit b16b69627f
3 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@@ -54,7 +54,6 @@ yalc.lock
!http_cache/cache
!http_cache/cache/cache.go
*.log
.npmrc
!create-turbo/templates/**/*
todos.md
examples/*/*.lock

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
engine-strict = true

View File

@@ -60,7 +60,9 @@
}
},
"engines": {
"npm": ">=7.0.0",
"pnpm": ">=6.0.0",
"npm": "pnpm",
"yarn": "pnpm",
"node": ">=14.0.0"
}
}