Skip to content

Commit

Permalink
Move build system mostly to its own package
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Izotov committed Sep 27, 2017
1 parent 87a9e11 commit f1a72ae
Show file tree
Hide file tree
Showing 6 changed files with 9,642 additions and 7,422 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* jshint node: true */
'use strict';

require('./tasks');
require('@stackstorm/st2-build');
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"packages": [
"apps/*",
"modules/*",
"tasks",
"."
],
"version": "independent",
Expand Down
Loading

0 comments on commit f1a72ae

Please sign in to comment.