Skip to content

Commit

Permalink
l
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 25, 2025
1 parent 652400a commit 65d4790
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ COPY . /tmp/config/
ARG SIMPLE
ENV SIMPLE=$SIMPLE

RUN build-l10n "{{cookiecutter.package}}"
RUN npm view commander version \
&& npm info commander version \
&& build-l10n "{{cookiecutter.package}}"

ARG PGSCHEMA
ENV PGSCHEMA=$PGSCHEMA
Expand Down

0 comments on commit 65d4790

Please sign in to comment.