Merge pull request #1004 from jongwooo/chore/use-cache-in-check-dist

Use cache in check-dist.yml
pull/1014/head
Sankalp Kotewar 2 years ago committed by GitHub
commit 941bc71a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,6 +27,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- name: Install dependencies
run: npm ci
- name: Rebuild the dist/ directory

Loading…
Cancel
Save