Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
rares45 committed May 20, 2024
2 parents 1b8544d + d098750 commit 9bfe7c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
node-version: '20'

- name: Install Tailwind CSS
run: npm install -g tailwindcss
run: npm install -D tailwindcss
working-directory: ./polybius-web

- name: Initialize Tailwind CSS
run: npx tailwindcss init

- name: Build release
run: trunk build --release
Expand Down

0 comments on commit 9bfe7c9

Please sign in to comment.