We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676f4ac commit 6c07420Copy full SHA for 6c07420
1 file changed
.github/workflows/types-integration.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Install Packages (neostandard)
68
working-directory: neostandard
69
run: |
70
- npm install --no-package-lock ../eslint
+ npm ci && npm install --no-save ../eslint
71
72
- name: Run TSC
73
0 commit comments