change src, without running git hooks (expect failure)
parent
7162b9f895
commit
eb010adaf4
|
@ -2,7 +2,8 @@ import path from 'path';
|
||||||
|
|
||||||
export default class Action {
|
export default class Action {
|
||||||
static get supportedPlatforms() {
|
static get supportedPlatforms() {
|
||||||
return ['linux'];
|
const platform = 'linux';
|
||||||
|
return [platform];
|
||||||
}
|
}
|
||||||
|
|
||||||
static get isRunningLocally() {
|
static get isRunningLocally() {
|
||||||
|
|
Loading…
Reference in New Issue