ci: update app-build-with-packed job (#6541)
Add `--ignore-workspace` and `--no-frozen-lockfile` where necessary
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -427,8 +427,8 @@ jobs:
|
|||||||
cd templates/blank-3.0
|
cd templates/blank-3.0
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
ls -la
|
ls -la
|
||||||
pnpm add ./*.tgz
|
pnpm add ./*.tgz --ignore-workspace
|
||||||
pnpm install --ignore-workspace
|
pnpm install --ignore-workspace --no-frozen-lockfile
|
||||||
cat package.json
|
cat package.json
|
||||||
pnpm run build
|
pnpm run build
|
||||||
|
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ async function main() {
|
|||||||
'db-mongodb',
|
'db-mongodb',
|
||||||
'richtext-lexical',
|
'richtext-lexical',
|
||||||
'translations',
|
'translations',
|
||||||
|
'plugin-cloud',
|
||||||
]
|
]
|
||||||
|
|
||||||
const packageDetails = await getPackageDetails(packageWhitelist)
|
const packageDetails = await getPackageDetails(packageWhitelist)
|
||||||
|
|||||||
Reference in New Issue
Block a user