Commit c8e288f5 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

ops: fix build (#11299)

* ops: fix build

Migrates to a different `pnpm build` command that broke
as part of removing JS from the monorepo.

* ops: use frozen lockfile
parent 99fee9d3
...@@ -19,7 +19,7 @@ runs: ...@@ -19,7 +19,7 @@ runs:
- name: Install node dependencies - name: Install node dependencies
shell: bash shell: bash
run: pnpm install:ci run: pnpm install --frozen-lockfile
- name: Derive appropriate SHAs for base and head for `nx affected` commands - name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v3 uses: nrwl/nx-set-shas@v3
with: with:
......
...@@ -73,7 +73,7 @@ WORKDIR /opt/optimism ...@@ -73,7 +73,7 @@ WORKDIR /opt/optimism
COPY --from=manifests /tmp/manifests ./ COPY --from=manifests /tmp/manifests ./
COPY *.json ./ COPY *.json ./
RUN pnpm install:ci RUN pnpm install --frozen-lockfile
COPY ./packages ./packages COPY ./packages ./packages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment