You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .azure-pipelines/release.yml
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -248,14 +248,12 @@ jobs:
248
248
verbose: ${{ parameters.verbose }}
249
249
customCommand: 'pkg set name="@infragistics/igniteui-react"'
250
250
251
-
- task: Npm@1
251
+
252
+
- script: |
253
+
npm pkg set scripts.postinstall='echo "⚠️ Deprecated(@infragistics/igniteui-react): Now distributed as MIT, use igniteui-react from the npmjs.org registry instead."'
252
254
displayName: 'add deprecation postinstall script'
253
255
continueOnError: false
254
-
inputs:
255
-
command: 'custom'
256
-
workingDir: '$(Build.SourcesDirectory)/dist'
257
-
verbose: ${{ parameters.verbose }}
258
-
customCommand: "pkg set scripts.postinstall='echo \"⚠️ Deprecated(@infragistics/igniteui-react): Now distributed as MIT, use igniteui-react from the npmjs.org registry instead.\"'"
0 commit comments