Skip to content

Commit

Permalink
swap to stable engines when preparing the release
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Feb 8, 2023
1 parent 3f9d7e8 commit 924ae7a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 924ae7a

Please sign in to comment.