Skip to content

Commit

Permalink
test: github action cache node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hq001 committed Dec 19, 2020
1 parent 1f5d2eb commit 98adbd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: install
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: yarn install

- name: install lerna
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: yarn bootstrap


Expand Down

0 comments on commit 98adbd8

Please sign in to comment.