Commit 4ec4ea87 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Migra desde yarn a npm, ajusta CI y scripts

parent 78f34085
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -14,10 +14,9 @@ build-package:
    WEB_BUILD_IMAGE_NAME: registry.gitlab.com/redmic-project/docker/web-build
    WEB_BUILD_IMAGE_TAG: latest
  before_script:
    - type yarn grunt
    - yarn install
    - type npm
  script:
    - grunt
    - npm install
  dependencies: []
  artifacts:
    name: ${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}

package-lock.json

0 → 100644
+1805 −0

File added.

Preview size limit exceeded, changes collapsed.

+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@
    "type": "git",
    "url": "https://gitlab.com/redmic-project/client/templates.git"
  },
  "scripts": {
    "preinstall": "type grunt",
    "postinstall": "grunt build"
  },
  "devDependencies": {
    "glob": "10.4.1",
    "grunt": "1.6.1",

yarn.lock

deleted100644 → 0
+0 −1137

File deleted.

Preview size limit exceeded, changes collapsed.