Skip to content

Commit b08ffa0

Browse files
author
Ray Cohen
committed
reject with error
1 parent f246514 commit b08ffa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = {
7070
return new RSVP.Promise(function(resolve, reject) {
7171
exec('PUBLIC_URL=' + self.readConfig('publicURL') + ' yarnpkg run build', options, function(error, stdout, stderr) {
7272
if (error) {
73-
reject();
73+
reject(error);
7474
return;
7575
}
7676

0 commit comments

Comments
 (0)