Skip to content

Commit 94cfc3d

Browse files
Damyan PetevDamyan Petev
authored andcommitted
ci: switch components licensed release quote escape
1 parent 2ee4c9b commit 94cfc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/release.yml

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

260260
- task: Npm@1
261261
displayName: '[IG Packages] npm publish'

0 commit comments

Comments
 (0)