From 4ace81c79877ccd826e61b36c99df387ef4b76b2 Mon Sep 17 00:00:00 2001 From: Jixun Date: Mon, 5 Dec 2022 21:14:05 +0000 Subject: [PATCH] ci: remove modern build --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ea4454c..d571d24 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,8 @@ steps: - npm run test - ./scripts/build-and-package.sh legacy - ./scripts/build-and-package.sh extension - - ./scripts/build-and-package.sh modern + # FIXME: --modern is not a valid flag. Is this still required? + # - ./scripts/build-and-package.sh modern - name: upload artifact image: node:16.18-bullseye