Skip to content

Commit

Permalink
PAso de build no usa cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioDiGulio committed Nov 5, 2023
1 parent 36c51b7 commit e48d7b4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,9 @@ jobs:
with:
node-version: 14

- name: Restaurar caché de node_modules para construcción
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node_modules-
- name: Compilar la aplicación
run: |
cd Estelarte-Web
npm install
npm run build
working-directory: ./web

Expand Down

0 comments on commit e48d7b4

Please sign in to comment.