Skip to content

Commit 39228ac

Browse files
committed
Remove --ignore-scripts from workflows
1 parent b6dee0b commit 39228ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/type-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: npm run build-types
4646

4747
- name: npm install working directory
48-
run: npm install --ignore-scripts
48+
run: npm install
4949
working-directory: test-published-types
5050

5151
- name: install typescript version ${{ matrix.ts_version }}

0 commit comments

Comments
 (0)