Skip to content

Commit

Permalink
Merge pull request #599 from rlindner81/patch-1
Browse files Browse the repository at this point in the history
Better npm ci integration
  • Loading branch information
ShimiT authored Nov 25, 2019
2 parents 37027e7 + 16ce951 commit 9fbd4cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions configs/builder_type_cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ builders:
commands:
- command: npm install --production

- name: npm-ci
info: "clean install production dependencies"
path: "path to config file which override the following default commands"
commands:
- command: npm clean-install --production

- name: grunt
info: "execute grunt"
path: "path to config file which override the following default commands"
Expand Down Expand Up @@ -58,12 +64,3 @@ builders:
info: "archives the source folder into a .zip file"
path: "archives the source folder into a .zip file"
commands:


- name: npmci
info: "npm ci"
path: "npm ci"
commands:
- command: npm ci


Loading

0 comments on commit 9fbd4cd

Please sign in to comment.