File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 - name : Install dependencies
2626 run : |
2727 npm ci
28- # Ensure lightningcss platform-specific binaries are installed
29- npm install -D lightningcss-linux-x64-gnu
28+ # Ensure lightningcss and tailwindcss oxide platform-specific binaries are installed
29+ npm install -D lightningcss-linux-x64-gnu @tailwindcss/oxide-linux-x64-gnu
3030
3131 - name : Build project
3232 run : npm run build
8787 - name : Install dependencies
8888 run : |
8989 npm ci
90- # Ensure lightningcss platform-specific binaries are installed
91- npm install -D lightningcss-linux-x64-gnu
90+ # Ensure lightningcss and tailwindcss oxide platform-specific binaries are installed
91+ npm install -D lightningcss-linux-x64-gnu @tailwindcss/oxide-linux-x64-gnu
9292
9393 - name : Build project
9494 run : npm run build
You can’t perform that action at this time.
0 commit comments