Skip to content

Commit 37d3e83

Browse files
authored
Fix package version in lock file on publish (#1216)
After we publish a new version of the package, the `package-lock.json` file is always out-of-sync, containing the old version number of the package until `npm install` is run. Run `npm install` before the Git commit step so that the lock file is updated with the latest version.
1 parent f6e9af5 commit 37d3e83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mono.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
language: nodejs
33
repo: "https://github.com/appsignal/appsignal-nodejs"
44
npm_client: "npm"
5+
git-commit:
6+
pre: "npm install"

0 commit comments

Comments
 (0)