Skip to content

Commit 615765c

Browse files
authored
Chore: [AEA-0000] - fix npm ci command (#668)
## Summary - Routine Change ### Details - fix npm ci command
1 parent dd7598c commit 615765c

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
@@ -3,7 +3,7 @@
33
install: install-python install-hooks install-node
44

55
install-node:
6-
npm ci --ignore-scripts true
6+
npm ci --ignore-scripts
77

88
install-python:
99
poetry install

0 commit comments

Comments
 (0)