Skip to content

Commit

Permalink
Install dev dependencies even when set to production
Browse files Browse the repository at this point in the history
  • Loading branch information
malee31 committed Jan 18, 2023
1 parent 9358a5a commit 6533121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v3

- name: Install Dependencies
run: npm install --legacy-peer-deps --save-dev
run: npm install --legacy-peer-deps --save-dev --include=dev

- name: Setup Expo
uses: expo/expo-github-action@v7
Expand Down

0 comments on commit 6533121

Please sign in to comment.