feat: Install pnpm into docker image if pnpm lock file is used
This commit is contained in:
@@ -13,7 +13,7 @@ export function findBuildPack(pack, packageManager = 'npm') {
|
||||
if (pack === 'node') {
|
||||
return {
|
||||
...metaData,
|
||||
installCommand: null,
|
||||
...defaultBuildAndDeploy(packageManager),
|
||||
buildCommand: null,
|
||||
startCommand: null,
|
||||
publishDirectory: null,
|
||||
|
||||
Reference in New Issue
Block a user