Skip to content

Commit e78b01f

Browse files
committed
Fix npm-react build task, add to release
1 parent c7562cf commit e78b01f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module.exports = function(grunt) {
9696
'populist:jasmine',
9797
'populist:test'
9898
]);
99-
grunt.registerTask('build:npm-react', ['version-check', 'jsx:release', 'react-core:release']);
99+
grunt.registerTask('build:npm-react', ['version-check', 'jsx:release', 'npm-react:release']);
100100

101101
grunt.registerTask('test', ['build:test', 'build:basic', 'phantom:run']);
102102
grunt.registerTask('npm:test', ['build', 'npm:pack']);
@@ -112,6 +112,7 @@ module.exports = function(grunt) {
112112
'jsx:release',
113113
'browserify:min',
114114
'browserify:addonsMin',
115+
'npm-react:release',
115116
'copy:react_docs',
116117
'compare_size'
117118
]);

0 commit comments

Comments
 (0)