🧹 Cleanup

This commit is contained in:
KaizIqbal 2020-07-29 07:39:47 +05:30
parent 2931f53bc8
commit 324a33bfda

View file

@ -35,12 +35,10 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- name: Install npm packages
- uses: borales/actions-yarn@v2.0.0 - uses: borales/actions-yarn@v2.0.0
with: with:
cmd: install # will run `yarn install` command cmd: install # will run `yarn install` command
- name: Generating Bitmaps
- uses: borales/actions-yarn@v2.0.0 - uses: borales/actions-yarn@v2.0.0
with: with:
cmd: render # will run `yarn render` command cmd: render # will run `yarn render` command