summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-02-04 23:00:49 +0100
committerAndrej Mihajlov <and@mullvad.net>2019-02-05 14:37:02 +0100
commit913ac4b01bb933b8b324fcef10ffc6c8a61a6e14 (patch)
tree4f263cd3d50be837eae7c0a02832adb18eb5332e
parent0d20edce0e6d8fdd8241d502e4e914307cc12fb2 (diff)
downloadmullvadvpn-913ac4b01bb933b8b324fcef10ffc6c8a61a6e14.tar.xz
mullvadvpn-913ac4b01bb933b8b324fcef10ffc6c8a61a6e14.zip
Transpile TS on appveyor
-rw-r--r--appveyor_gui.yml1
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)