From 25d4fa506be6567defebc5b64d7b13ea2b596391 Mon Sep 17 00:00:00 2001 From: Peng Lyu Date: Tue, 12 Nov 2019 16:03:32 -0800 Subject: [PATCH] update yarn gulp esm bundle script --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eafe38df5a1..a6b96ee9ae3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,5 +125,5 @@ jobs: name: Install Dependencies - run: yarn monaco-compile-check name: Run Monaco Editor Checks - - run: yarn editor-esm-bundle + - run: yarn gulp editor-esm-bundle name: Editor Distro & ESM Bundle