Skip to content

Commit e3d15c8

Browse files
committed
add ci global install
1 parent 50c079b commit e3d15c8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ jobs:
4040
- ~/cli/node_modules
4141
- /usr/local/share/.cache/yarn
4242
- /usr/local/share/.config/yarn
43+
global-install:
44+
steps:
45+
- checkout
46+
- run:
47+
name: Global yarn Install
48+
command: yarn global add sequelize-tinker
49+
- run:
50+
name: Global npm Install
51+
command: npm -g install sequelize-tinker
4352

4453
workflows:
4554
version: 2
@@ -54,3 +63,7 @@ workflows:
5463
only: /^v.*/
5564
branches:
5665
ignore: /.*/
66+
- global-install:
67+
filters:
68+
tags:
69+
only: /^v.*/

0 commit comments

Comments
 (0)