Skip to content

Commit 924ae7a

Browse files
committed
swap to stable engines when preparing the release
1 parent 3f9d7e8 commit 924ae7a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/prepare-release.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,15 @@ jobs:
4646
node-version: ${{ matrix.node-version }}
4747
registry-url: 'https://registry.npmjs.org'
4848

49-
- name: Build tailwindcss
50-
run: npm run prepublishOnly
49+
- name: Use the `stable` engine
50+
run: |
51+
node ./scripts/swap-engines.js
52+
53+
- name: Install dependencies
54+
run: npm install
55+
56+
- name: Build Tailwind CSS
57+
run: npm run build
5158

5259
- name: Install standalone cli dependencies
5360
run: npm install

0 commit comments

Comments
 (0)