Skip to content

Commit

Permalink
Fix NodeCI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbs20 committed May 5, 2021
1 parent c311723 commit 9fb5f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ exports['clean'] = app.clean;
exports['server-lint'] = app.server.lint;
exports['server-build'] = app.server.build;
exports['build'] = series(app.clean, app.server.lint, app.server.test, app.client.build, app.server.build);
exports['package'] = app.package;
exports['release'] = series(exports['build'], app.package);
exports['default'] = series(exports['build']);

0 comments on commit 9fb5f2c

Please sign in to comment.