Skip to content

Commit 35bd519

Browse files
committed
Update lockfile after updating version
1 parent 1d08326 commit 35bd519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/scripts/common/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function updateVersion(version: string | undefined): void {
1717

1818
sh.sed('-i', /"devextreme(-angular|-react|-vue|-dist)?": ".*"/, `"devextreme$1": "~${version}"`, workspacesPaths);
1919

20-
sh.exec('npm ci');
20+
sh.exec('npm ci --legacy-peer-deps');
2121
}
2222

2323
export function updateVersionJs(version: string | undefined, build?: string | undefined): void {

0 commit comments

Comments
 (0)