diff --git a/.github/workflows/npm-build-and-compile.yml b/.github/workflows/npm-build-and-compile.yml index 0a82789..aac1ddc 100644 --- a/.github/workflows/npm-build-and-compile.yml +++ b/.github/workflows/npm-build-and-compile.yml @@ -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