Skip to content

Commit a89fbd9

Browse files
authored
fix(CI): run flow-check
Flow-check was disabled a while back, but the issues with flow should be resolved now. Re-enabling.
1 parent da9878b commit a89fbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test:
4848
- ReactWindows\ReactNative.Net46.Tests\bin\x64\**\*.Tests.dll
4949

5050
test_script:
51-
# - npm run flow-check
51+
- npm run flow-check
5252
- npm test
5353

5454
after_test:

0 commit comments

Comments
 (0)