Commit 8b29ee12 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Omite fichero repetido en empaquetado

parent 517d4290
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ build-package:
    paths:
      - node_modules/
      - dist/
      - style.css
  cache:
    paths:
      - node_modules/
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
    "stylus": "0.59.0",
    "webfont-dl": "0.2.0"
  },
  "files": ["style.css", "dist", "yarn.lock"],
  "files": ["dist", "yarn.lock"],
  "engines": {
    "node": ">=14.0",
    "npm": ">=6.14"