Fix webpack failure
Some checks failed
Build metamask extension / Build metamask extension (pull_request) Failing after 8m55s
DIN Payments Stack Test / Run DIN payments stack test (pull_request) Successful in 55m10s

This commit is contained in:
David Boreham 2024-06-03 11:30:59 -06:00
parent 35ec0edb3f
commit 193727936a

View File

@ -39,5 +39,7 @@ jobs:
run: ./scripts/install-so.sh
- name: "Run build"
run: |
# CI must be set false to allow webpack to work
CI=false
PATH=$PATH:~/bin
./build/build-metamask-extension.sh