Commit 3f462dfc authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Añade comprobación antes de instalar

parent 72587d20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ build-package:
    WEB_BUILD_IMAGE_NAME: registry.gitlab.com/redmic-project/docker/web-build
    WEB_BUILD_IMAGE_TAG: latest
  before_script:
    - type grunt
    - type npm
  script:
    - npm install
  dependencies: []
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
    "url": "https://gitlab.com/redmic-project/client/style.git"
  },
  "scripts": {
    "preinstall": "type grunt",
    "postinstall": "grunt build"
  },
  "devDependencies": {