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
displayName: 'update package name to @infragistics/igniteui-react'
244
+
continueOnError: false
245
+
inputs:
246
+
command: 'custom'
247
+
workingDir: '$(Build.SourcesDirectory)/dist'
248
+
verbose: ${{ parameters.verbose }}
249
+
customCommand: 'pkg set name="@infragistics/igniteui-react"'
250
+
251
+
- task: Npm@1
252
+
displayName: 'add deprecation postinstall script'
253
+
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