cleanup before squash
parent
f63cce233e
commit
e674c27675
File diff suppressed because one or more lines are too long
|
@ -2,8 +2,7 @@ import path from 'path';
|
||||||
|
|
||||||
export default class Action {
|
export default class Action {
|
||||||
static get supportedPlatforms() {
|
static get supportedPlatforms() {
|
||||||
const platform2 = 'linux';
|
return ['linux'];
|
||||||
return [platform2];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static get isRunningLocally() {
|
static get isRunningLocally() {
|
||||||
|
|
Loading…
Reference in New Issue