diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-02-04 23:00:49 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-02-05 14:37:02 +0100 |
| commit | 913ac4b01bb933b8b324fcef10ffc6c8a61a6e14 (patch) | |
| tree | 4f263cd3d50be837eae7c0a02832adb18eb5332e | |
| parent | 0d20edce0e6d8fdd8241d502e4e914307cc12fb2 (diff) | |
| download | mullvadvpn-913ac4b01bb933b8b324fcef10ffc6c8a61a6e14.tar.xz mullvadvpn-913ac4b01bb933b8b324fcef10ffc6c8a61a6e14.zip | |
Transpile TS on appveyor
| -rw-r--r-- | appveyor_gui.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor_gui.yml b/appveyor_gui.yml index ea027c0123..1a707d6333 100644 --- a/appveyor_gui.yml +++ b/appveyor_gui.yml @@ -12,6 +12,7 @@ install: # This is the "test phase", tweak it as you see fit test_script: - yarn workspace %WORKSPACE% lint + - yarn workspace %WORKSPACE% build - yarn workspace %WORKSPACE% test # Stops feature branches from triggering two builds (One for branch and one for PR) |
