Skip to content

Commit

Permalink
perf: add mode skip build to yarn install (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien HOUZÉ authored Jul 19, 2022
1 parent 4db399c commit 64126b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ runs:
name: Install dependencies
run: |
cd ${{inputs.working-directory}}
yarn install --immutable --immutable-cache
yarn install --immutable --immutable-cache --mode=skip-build

0 comments on commit 64126b8

Please sign in to comment.