We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994231b commit 22b8651Copy full SHA for 22b8651
1 file changed
common/config/azure-pipelines/npm-post-publish.yaml
@@ -114,6 +114,9 @@ extends:
114
Arguments: 'update'
115
DisplayName: 'Rush Update'
116
117
+ - bash: cp common/temp/install-run/@microsoft+rush@*/package-lock.json common/config/validation/rush-package-lock.json
118
+ displayName: 'Update rush-package-lock.json'
119
+
120
- bash: |
121
set -e
122
0 commit comments