Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 02d3650

Browse files
authored
Merge pull request #84 from NHSDigital/APM-0000-pipeline-hotfix
APM-0000 fix for npm install cause pipeline failure
2 parents 0df05a1 + 1709e71 commit 02d3650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ install-python:
44
poetry install
55

66
install-node:
7-
npm install
7+
npm install --legacy-peer-deps
88

99
.git/hooks/pre-commit:
1010
cp scripts/pre-commit .git/hooks/pre-commit

0 commit comments

Comments
 (0)