Skip to content

Commit 7d2e1b6

Browse files
committed
Fix stable-release build command
1 parent 9bcb964 commit 7d2e1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ gulp.task('release', ['browserify', 'browserify:min'], function () {
111111
.pipe(gulp.dest('./dist/'));
112112
});
113113

114-
gulp.task('stable-release', function () {
114+
gulp.task('stable-release', ['release'], function () {
115115
var bower = require('./bower.json');
116116
bower.version = pkg.version;
117117
fs.writeFileSync('./bower.json', JSON.stringify(bower, null, 2));

0 commit comments

Comments
 (0)