We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de7dfa commit 94c31a1Copy full SHA for 94c31a1
1 file changed
modules/deploy/tasks/update.js
@@ -25,7 +25,7 @@ module.exports = function() {
25
try {
26
// make sure tests pass unless --no-test
27
if (args.test !== false) {
28
- yield* client.runInBuild(`npm test`);
+ yield* client.runInBuild(`NODE_LANG=ru npm test`);
29
}
30
31
yield* client.runInTarget(`git reset --hard`);
0 commit comments