Skip to content

Commit 6a7443a

Browse files
authored
Chore: [AEA-0000] - do not need true flag on npm ci (#136)
## Summary - Routine Change ### Details - do not need true flag on npm ci
1 parent e798d5a commit 6a7443a

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-node install-python install-hooks
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)