Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore: allow no rebuild of mitm for some actions
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Aug 31, 2024
1 parent dfeb4f4 commit 1671276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emulator-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
working-directory: shared

- name: Yarn build
run: yarn build
run: yarn build:simple
working-directory: unblocked

- name: Update Dom Bridges
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
working-directory: ./shared

- name: Install unblocked
run: yarn build
run: yarn build:simple
working-directory: ./unblocked

- name: Linux - Apt Install Chrome(s)
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"prepare": "husky",
"bump-version": "ulx-repo-version-bump",
"build": "yarn --frozen-lockfile && yarn tsc && cd ./build && cross-env ULX_MITM_REBUILD_SOCKET=1 yarn && pwd && yarn workspace @double-agent/config sync",
"build:simple": "yarn --frozen-lockfile && yarn tsc && cd ./build && yarn && pwd && yarn workspace @double-agent/config sync",
"build:dist": "shx rm -rf build-dist && tsc -b tsconfig.dist.json && yarn copy:dist",
"copy:build": "ulx-repo-after-build && ulx-repo-adjust-paths && node alsoCopy.js",
"copy:dist": "ulx-repo-after-build --dist && shx cp -r \"browser-emulator-builder/data\" \"build-dist/plugins/default-browser-emulator\" && ulx-repo-adjust-paths build-dist",
Expand Down

0 comments on commit 1671276

Please sign in to comment.