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

Agrega CI y config para subida de package

parent e310307b
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+7 −0
Original line number Diff line number Diff line
include:
  - project: 'redmic-project/gitlab-ci-templates'
    ref: master
    file: '/deployment-package/npm-deployment.yml'

stages:
  - deploy
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
    "grunt-shell": "4.0.0",
    "load-grunt-tasks": "5.1.0"
  },
  "files": ["dist", "yarn.lock"],
  "engines": {
    "node": ">=14.0",
    "npm": ">=6.14"