Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 19d786f

Browse files
committed
npm3
1 parent e16a932 commit 19d786f

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

bitrise/bitrise-android.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,19 @@ workflows:
2121
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
2222
apt-get install -y nodejs
2323
- script@1.1.0:
24-
title: npm install
24+
title: npm install -g npm3
2525
inputs:
2626
- content: |-
2727
#!/bin/bash
2828
29-
npm install
29+
npm install -g npm3
30+
- script@1.1.0:
31+
title: npm3 install
32+
inputs:
33+
- content: |-
34+
#!/bin/bash
35+
36+
npm3 install
3037
- script@1.1.0:
3138
title: npm test
3239
inputs:

bitrise/bitrise-ios.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,19 @@ workflows:
2222
- ssh_key_save_path: "$HOME/.ssh/steplib_ssh_step_id_rsa"
2323
- git-clone@3.1.0: {}
2424
- script@1.1.0:
25-
title: npm install
25+
title: npm install -g npm3
2626
inputs:
2727
- content: |-
2828
#!/bin/bash
2929
30-
npm install
30+
npm install -g npm3
31+
- script@1.1.0:
32+
title: npm3 install
33+
inputs:
34+
- content: |-
35+
#!/bin/bash
36+
37+
npm3 install
3138
- script@1.1.0:
3239
title: npm test
3340
inputs:

0 commit comments

Comments
 (0)