Build application outside of Docker.

This commit is contained in:
Kavin 2022-09-11 00:20:54 +05:30
parent d4942dae02
commit 6f557a744c
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
5 changed files with 19 additions and 8 deletions

View file

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3
with:
cache: "yarn"
- run: yarn install --prefer-offline