Skip to content

Commit

Permalink
Fix tailwind dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rares45 committed May 20, 2024
1 parent 25c1c16 commit d098750
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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
2 changes: 0 additions & 2 deletions polybius-web/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const colors = require('tailwindcss/colors')

module.exports = {
mode: "jit",
content: {
Expand Down

0 comments on commit d098750

Please sign in to comment.