ci: update app-build-with-packed job (#6541)

Add `--ignore-workspace` and `--no-frozen-lockfile` where necessary
This commit is contained in:
Elliot DeNolf
2024-05-28 14:35:18 -04:00
committed by GitHub
parent 0b274dd67e
commit b2662eeb1f
2 changed files with 3 additions and 2 deletions

View File

@@ -427,8 +427,8 @@ jobs:
cd templates/blank-3.0
cp .env.example .env
ls -la
pnpm add ./*.tgz
pnpm install --ignore-workspace
pnpm add ./*.tgz --ignore-workspace
pnpm install --ignore-workspace --no-frozen-lockfile
cat package.json
pnpm run build

View File

@@ -38,6 +38,7 @@ async function main() {
'db-mongodb',
'richtext-lexical',
'translations',
'plugin-cloud',
]
const packageDetails = await getPackageDetails(packageWhitelist)