Skip to content

Commit

Permalink
ci: update app-build-with-packed job (#6541)
Browse files Browse the repository at this point in the history
Add `--ignore-workspace` and `--no-frozen-lockfile` where necessary
  • Loading branch information
denolfe authored May 28, 2024
1 parent 0b274dd commit b2662ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions scripts/pack-all-to-dest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ async function main() {
'db-mongodb',
'richtext-lexical',
'translations',
'plugin-cloud',
]

const packageDetails = await getPackageDetails(packageWhitelist)
Expand Down

0 comments on commit b2662ee

Please sign in to comment.