Skip to content

Commit

Permalink
RCP job fails locally (#2075)
Browse files Browse the repository at this point in the history
* RCP job fails locally

https://eaflood.atlassian.net/browse/IWTF-4249

update node modules within package-lock so rcp is able run locally without running npm install within package each time

* remove node modules but running install so get updated

* update docker files

* remove docker changes

* update package-lock files

* remove from dockerfile

* changes to sales and sqs

* run npx lerna exec -- npm install

* run npx lerna exec -- npm install

* change ci to i as wanting to update package-lock
  • Loading branch information
ScottDormand96 authored Nov 29, 2024
1 parent 4edcdd3 commit 5069ba2
Show file tree
Hide file tree
Showing 11 changed files with 1,078 additions and 369 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: '18.x'
- name: Install dependencies
run: npm ci
run: npm i
- name: Run tests
run: npm run test
- name: Fix code coverage paths
Expand Down
2 changes: 1 addition & 1 deletion packages/business-rules-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/connectors-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/dynamics-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

203 changes: 159 additions & 44 deletions packages/fulfilment-job/package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit 5069ba2

Please sign in to comment.