seems that will work only in linux (no osx yet)
This commit is contained in:
parent
10e71440b8
commit
e46762ed40
@ -4,9 +4,9 @@ import main from '../lib/build-and-upload.js';
|
||||
import path from 'path';
|
||||
import test from 'ava';
|
||||
|
||||
if (process.platform === 'win32' ||
|
||||
if (process.platform !== 'linux' ||
|
||||
process.arch !== 'x64') {
|
||||
throw new Error('Run the test only on linux-x64 or darwin-x64');
|
||||
throw new Error('Run the test only on linux-x64');
|
||||
}
|
||||
|
||||
function relative (p) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user