We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
+deps
1 parent 1c32eda commit d7bd306Copy full SHA for d7bd306
yarn-project/Earthfile
@@ -5,6 +5,9 @@ deps:
5
LET packages = $(git ls-files "**/package*.json" package*.json)
6
LET tsconfigs = $(git ls-files "**/tsconfig*.json" tsconfig*.json)
7
FROM ../build-images+from-registry
8
+
9
+ RUN npx playwright install && npx playwright install-deps
10
11
# copy bb, bb-js and noir-packages
12
COPY ../barretenberg/cpp/+preset-release/bin /usr/src/barretenberg/cpp/build/bin
13
COPY ../barretenberg/cpp/+preset-release-world-state/bin /usr/src/barretenberg/cpp/build/bin
@@ -51,7 +54,6 @@ build:
51
54
COPY . .
52
55
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
53
56
RUN ./bootstrap.sh full
- RUN cd ivc-integration && chmod +x run_browser_tests.sh && npx playwright install && npx playwright install-deps
57
58
59
build-dev:
0 commit comments