From 3a5284acbeb07551fb68c428f8dac2bd25453091 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Fri, 10 May 2019 10:06:09 -0700 Subject: [PATCH] Actually export the new script in the gulp file --- gulpfile.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.ts b/gulpfile.ts index 6265a385..4c29137d 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -62,6 +62,7 @@ export { link, setup, setupWindows, + setupPureJSInterop, clean, cleanAll, nativeTestOnly,