fix: enable CI environment variable

This commit is contained in:
Tienson Qin
2022-11-28 16:30:51 +08:00
parent f71305310e
commit e3c839be9f
2 changed files with 4 additions and 2 deletions

View File

@@ -18,7 +18,8 @@
(reset! state/publishing? publishing?)
(def test? false)
(goog-define TEST false)
(def test? TEST)
(goog-define ENABLE-FILE-SYNC-PRODUCTION false)