From 924ae7aca6363b3b56a3acbb345f8f0b434cb21e Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Wed, 8 Feb 2023 16:10:40 +0100 Subject: [PATCH] swap to `stable` engines when preparing the release --- .github/workflows/prepare-release.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 8a702385e263..4ec646df71c6 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -46,8 +46,15 @@ jobs: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' - - name: Build tailwindcss - run: npm run prepublishOnly + - name: Use the `stable` engine + run: | + node ./scripts/swap-engines.js + + - name: Install dependencies + run: npm install + + - name: Build Tailwind CSS + run: npm run build - name: Install standalone cli dependencies run: npm install