Skip to content
This repository was archived by the owner on Feb 27, 2019. It is now read-only.

Commit 08036ff

Browse files
committed
add ci option in publish combinations
1 parent 100016a commit 08036ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/helpers/combinations.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ exports.full = function full() {
1818
js: combination[2],
1919
css: combination[3],
2020
sample: combination[4],
21-
router: combination[0] === 'angular1' ? 'uirouter' : 'router'
21+
router: combination[0] === 'angular1' ? 'uirouter' : 'router',
22+
ci: []
2223
}));
2324
};

0 commit comments

Comments
 (0)