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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ jobs:
255
255
command: 'custom'
256
256
workingDir: '$(Build.SourcesDirectory)/dist'
257
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.\"'''
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