Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: "22.x"

- name: Install node dependencies
run: npm ci
run: npm ci --ignore-scripts

- name: Run linting
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion docker/scripts/init-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ NPM_PACKAGES_PATH="${HOME}/.npm-packages"
( echo ""; echo NPM_PACKAGES="${NPM_PACKAGES_PATH}"; echo PATH="${NPM_PACKAGES_PATH}/bin:${PATH}") >> ${HOME}/.bashrc

# Install npm packages
npm i
npm ci --ignore-scripts

2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This project provides CAP XML services through the use of AWS Lambda.

## Installing

`npm install`
`npm ci --ignore-scripts`

## Running Unit Tests

Expand Down