Update npm-build-and-compile.yml

Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
This commit is contained in:
Ahmad 2023-09-28 16:46:51 -04:00 committed by GitHub
parent 4a9f5538a3
commit 83cc638b7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,11 +21,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- name: Build
run: |
cp ./source/config.example.json ./source/config.json
yarn install
ls ~/.npm
yarn compile
- name: Cache Assets