Skip to content

Commit

Permalink
test new release of app-builder-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Mar 15, 2024
1 parent f7ac6b8 commit cdb6610
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/builder-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@types/debug": "^4.1.6",
"7zip-bin": "~5.2.0",
"app-builder-bin": "v5.0.0-alpha.0",
"app-builder-bin": "v5.0.0-alpha.1",
"bluebird-lst": "^1.0.9",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.2",
Expand Down
2 changes: 0 additions & 2 deletions packages/builder-util/src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import * as path from "path"
import { debug, log } from "./log"
import { install as installSourceMap } from "source-map-support"
import { getPath7za } from "./7za"
import { chmod } from "fs-extra"

if (process.env.JEST_WORKER_ID == null) {
installSourceMap()
Expand Down Expand Up @@ -365,7 +364,6 @@ export async function executeAppBuilder(
maxRetries = 0
): Promise<string> {
const command = appBuilderPath
await chmod(command, 0o755)
const env: any = {
...process.env,
SZA_PATH: await getPath7za(),
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cdb6610

Please sign in to comment.