We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--ignore-scripts
1 parent b6dee0b commit 39228acCopy full SHA for 39228ac
.github/workflows/type-check.yml
@@ -45,7 +45,7 @@ jobs:
45
run: npm run build-types
46
47
- name: npm install working directory
48
- run: npm install --ignore-scripts
+ run: npm install
49
working-directory: test-published-types
50
51
- name: install typescript version ${{ matrix.ts_version }}
0 commit comments