Skip to content

Commit

Permalink
Merge branch 'release/2.0.0-beta.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Nov 2, 2017
2 parents 790f8ca + f36ca67 commit 7797da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
'nps banner.test',
'nps test.e2e.pretest',
runInNewWindow(series('nps build', 'nps start')),
'nps test.e2e.run',
'nps test.e2e.run'
)
},
pretest: {
Expand Down Expand Up @@ -163,7 +163,7 @@ module.exports = {
dbReset: banner('db.reset'),
seed: banner('seed'),
clean: banner('clean')
},
}
}
};

Expand Down

0 comments on commit 7797da2

Please sign in to comment.