Skip to content

Commit df4bd09

Browse files
remove no-package-lock
1 parent 1ea74aa commit df4bd09

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/applications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Run npm install
116116
env:
117117
PUPPETEER_SKIP_DOWNLOAD: true
118-
run: npm install --no-package-lock --no-audit --no-fund
118+
run: npm install --no-audit --no-fund
119119

120120
- name: Run schematics tests
121121
run: cd packages/devextreme-schematics && npm run test

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: '20'
2323

2424
- name: Run npm install
25-
run: npm install --no-package-lock --no-audit --no-fund
25+
run: npm install --no-audit --no-fund
2626

2727
- name: Run tests
2828
run: npm run lint

.github/workflows/themebuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
themebuilder-${{ runner.os }}-node-
3434
3535
- name: Run npm install
36-
run: npm install --no-package-lock --no-audit --no-fund
36+
run: npm install --no-audit --no-fund
3737

3838
- name: Run tests
3939
run: npm run test-themebuilder

packages/devextreme-cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)