Skip to content

Commit 215477a

Browse files
authored
Chore: [AEA-0000] - add ignore-scripts to npm ci (#999)
## Summary - Routine Change ### Details - add ignore-scripts to npm ci
1 parent f27b827 commit 215477a

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
@@ -6,7 +6,7 @@ install-python:
66
poetry install
77

88
install-node:
9-
npm ci
9+
npm ci --ignore-scripts
1010

1111
install-hooks: install-python
1212
poetry run pre-commit install --install-hooks --overwrite

0 commit comments

Comments
 (0)