Commit 72587d20 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Mueve comando de build a postinstall, limpia

parent 6342614a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,4 +2,3 @@ node_modules
dist
.gitmodules.old
style.css
*.tgz
+1 −3
Original line number Diff line number Diff line
@@ -16,16 +16,14 @@ build-package:
    WEB_BUILD_IMAGE_TAG: latest
  before_script:
    - type grunt
    - npm install
  script:
    - grunt build
    - npm install
  dependencies: []
  artifacts:
    name: ${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}
    expire_in: 1 week
    paths:
      - dist/
      - redmic-project-style-*.tgz
  cache:
    paths:
      - node_modules/
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    "url": "https://gitlab.com/redmic-project/client/style.git"
  },
  "scripts": {
    "prepack": "grunt build"
    "postinstall": "grunt build"
  },
  "devDependencies": {
    "alertifyjs": "1.14.0",