Skip to content

Commit

Permalink
Workaround for Workaround for forcedotcom/salesforcedx-apex#213
Browse files Browse the repository at this point in the history
Fix Invalid Time Value
  • Loading branch information
nvuillam committed Jan 30, 2023
1 parent 99bdfe0 commit ed9d80b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image
- Allow to override the proposed branch names when calling [hardis:work:new](https://hardisgroupcom.github.io/sfdx-hardis/hardis/work/new/), using property **branchPrefixChoices**
- Add yarn in dockerfile
- hardis:project:clean:hiddenitems: Also clean LWC with hidden content
- Dockerfile: Workaround for https://github.com/forcedotcom/salesforcedx-apex/issues/213

## [2.98.1] 2022-01-23

Expand Down
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV PUPPETEER_EXECUTABLE_PATH="${CHROMIUM_PATH}"
# hadolint ignore=DL3044
ENV PATH="/node_modules/.bin:${PATH}"

ARG SFDX_CLI_VERSION=7.173.0
ARG SFDX_CLI_VERSION=latest
ARG SFDX_HARDIS_VERSION=latest

# Install npm packages +install sfdx plugins & display versions
Expand All @@ -33,3 +33,6 @@ RUN npm install --no-cache yarn -g && \
sfdx --version && \
sfdx plugins

# Workaround for https://github.com/forcedotcom/salesforcedx-apex/issues/213
COPY ref/workarounds/dateUtil.js /usr/local/lib/node_modules/sfdx-cli/node_modules/@salesforce/apex-node/lib/src/utils/dateUtil.js
COPY ref/workarounds/junitReporter.js /usr/local/lib/node_modules/sfdx-cli/node_modules/@salesforce/apex-node/lib/src/reporters/junitReporter.js

0 comments on commit ed9d80b

Please sign in to comment.