We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c079b commit e3d15c8Copy full SHA for e3d15c8
1 file changed
.circleci/config.yml
@@ -40,6 +40,15 @@ jobs:
40
- ~/cli/node_modules
41
- /usr/local/share/.cache/yarn
42
- /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
50
+ name: Global npm Install
51
+ command: npm -g install sequelize-tinker
52
53
workflows:
54
version: 2
@@ -54,3 +63,7 @@ workflows:
63
only: /^v.*/
55
64
branches:
56
65
ignore: /.*/
66
+ - global-install:
67
+ filters:
68
+ tags:
69
+ only: /^v.*/
0 commit comments