Skip to content

Commit

Permalink
🐛 Fix build pipeline not generating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Mar 31, 2019
1 parent ab931f2 commit 1246a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const docs = done => {
const release = gulp.series([done => {
releasing = true;
done();
}, build, lint, done => {
}, build, lint, docs, done => {
var nw = new NwBuilder({
files: nwFiles,
platforms: ['osx64', 'win32', 'win64', 'linux32', 'linux64'],
Expand Down

0 comments on commit 1246a49

Please sign in to comment.