Skip to content

Commit

Permalink
Add ignore-scripts to link
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem committed Feb 10, 2022
1 parent e8b42cd commit 879be67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
- name: Build
run: npm run build

- name: Link
run: npm link

- name: Install only production dependencies
run: npm ci --production --ignore-scripts

- name: Link
run: npm link --ignore-scripts

- name: Link and test
working-directory: test-types
run: |
npm link @primer/react
npm link @primer/react --ignore-scripts
npm tsc --noEmit

0 comments on commit 879be67

Please sign in to comment.