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:49:47 -04:00 committed by GitHub
parent 83cc638b7f
commit 0c4387de28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,11 +27,4 @@ jobs:
run: |
cp ./source/config.example.json ./source/config.json
yarn install
ls ~/.npm
yarn compile
- name: Cache Assets
uses: actions/cache@v3.3.2
with:
path: ./node_modules
key: node-modules