diff --git a/.circleci/config.yml b/.circleci/config.yml index 7d7d353f..96af6751 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 -supported-svelte-versions: &supported-svelte-versions ["local", "3.29.4", "3.33.0", "3.38.3"] +supported-svelte-versions: &supported-svelte-versions ["local", "3.29.4", "3.33.0"] workflows: build_and_test: @@ -38,7 +38,9 @@ jobs: steps: - run: name: Override version of svelte@<> - command: yarn add svelte@<> --dev + # Do --ignore-scripts because we don't actually want the old version of Svelte to compile + # the picker; just get injected at runtime. This is how `emoji-picker-element/svelte` is used. + command: yarn add svelte@<> --dev --ignore-scripts - run: name: Yarn install command: yarn install --immutable