Skip to content

Commit 94c31a1

Browse files
committed
minor
1 parent 5de7dfa commit 94c31a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/deploy/tasks/update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = function() {
2525
try {
2626
// make sure tests pass unless --no-test
2727
if (args.test !== false) {
28-
yield* client.runInBuild(`npm test`);
28+
yield* client.runInBuild(`NODE_LANG=ru npm test`);
2929
}
3030

3131
yield* client.runInTarget(`git reset --hard`);

0 commit comments

Comments
 (0)