Skip to content

Commit

Permalink
Merge pull request #81 from companieshouse/feature/dependencies
Browse files Browse the repository at this point in the history
changes to dependencies
  • Loading branch information
akachwala-ch authored Feb 15, 2024
2 parents eff030f + a3feff3 commit 42ffa21
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ endif
cp -r ./dist $(tmpdir)
cp -r ./package.json $(tmpdir)
cp -r ./package-lock.json $(tmpdir)
cd $(tmpdir) && npm install --production
cd $(tmpdir) && npm install --production && npm update
rm $(tmpdir)/package.json $(tmpdir)/package-lock.json
cd $(tmpdir) && zip -r ../$(artifact_name)-$(version).zip .
rm -rf $(tmpdir)
Expand Down
48 changes: 30 additions & 18 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"js-yaml": "^3.14.0",
"nunjucks": "^3.2.3",
"uuid": "8.0.0",
"tslib": "^2.0.3",
"yargs": "15.3.1"
},
"devDependencies": {
Expand Down

0 comments on commit 42ffa21

Please sign in to comment.