Commit 37d3e83
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
0 commit comments