Commit a90f8c4d authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Omite lock en paquete y node_modules en artifact

No aportan nada, por lo que se omiten el fichero yarn.lock del
empaquetado y el directorio node_modules del artifact de construcción.
parent c578ef39
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ build-package:
    name: ${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}
    expire_in: 1 week
    paths:
      - node_modules/
      - dist/
  cache:
    paths:
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
    "grunt-shell": "4.0.0",
    "load-grunt-tasks": "5.1.0"
  },
  "files": ["dist", "yarn.lock"],
  "files": ["dist"],
  "engines": {
    "node": ">=14.0",
    "npm": ">=6.14"