diff options
| -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) |
