Skip to content

Commit 0dc7776

Browse files
committed
fix(ci): compile styles after building it
1 parent 917e796 commit 0dc7776

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.depl/config.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,11 +1001,6 @@ pipelines:
10011001
used: leptos-fmt@0.1.0
10021002
- title: "Format #2"
10031003
used: cargo-fmt@0.1.0
1004-
- title: Compile TailwindCSS
1005-
used: tailwindcss-compile@0.2.0
1006-
with:
1007-
"{tw-input}": showcase-tw-input
1008-
"{tw-output}": showcase-tw-output
10091004
- title: Build WASM
10101005
used: trunk-build-rel@0.1.0
10111006
with:
@@ -1018,6 +1013,11 @@ pipelines:
10181013
used: wasm-opt@0.1.0
10191014
with:
10201015
"{file}": showcase-wasm-file
1016+
- title: Compile TailwindCSS
1017+
used: tailwindcss-compile@0.2.0
1018+
with:
1019+
"{tw-input}": showcase-tw-input
1020+
"{tw-output}": showcase-tw-output
10211021
- title: Add files to `dist`
10221022
used: wasm-prepare-showcase-dist-folder@0.1.0
10231023
with:
@@ -1049,11 +1049,6 @@ pipelines:
10491049
used: leptos-fmt@0.1.0
10501050
- title: "Format #2"
10511051
used: cargo-fmt@0.1.0
1052-
- title: Compile TailwindCSS
1053-
used: tailwindcss-compile@0.2.0
1054-
with:
1055-
"{tw-input}": showcase-tw-input
1056-
"{tw-output}": showcase-tw-output
10571052
- title: Build WASM
10581053
used: trunk-build-rel@0.1.0
10591054
with:
@@ -1066,6 +1061,11 @@ pipelines:
10661061
used: wasm-opt@0.1.0
10671062
with:
10681063
"{file}": showcase-wasm-file
1064+
- title: Compile TailwindCSS
1065+
used: tailwindcss-compile@0.2.0
1066+
with:
1067+
"{tw-input}": showcase-tw-input
1068+
"{tw-output}": showcase-tw-output
10691069
- title: Add files to `dist`
10701070
used: wasm-prepare-showcase-dist-folder@0.1.0
10711071
with:
@@ -1174,11 +1174,6 @@ pipelines:
11741174
used: mkdir@0.1.0
11751175
with:
11761176
"{folder}": ssr-showcase-dist-pkg-folder
1177-
- title: Compile TailwindCSS
1178-
used: tailwindcss-compile@0.2.0
1179-
with:
1180-
"{tw-input}": ssr-showcase-tw-input
1181-
"{tw-output}": ssr-showcase-tw-output
11821177
- title: Build wasm bundle
11831178
used: cargo-wasm-rel@0.1.0
11841179
with:
@@ -1195,6 +1190,11 @@ pipelines:
11951190
used: wasm-opt@0.1.0
11961191
with:
11971192
"{file}": ssr-showcase-wasm-bg-file
1193+
- title: Compile TailwindCSS
1194+
used: tailwindcss-compile@0.2.0
1195+
with:
1196+
"{tw-input}": ssr-showcase-tw-input
1197+
"{tw-output}": ssr-showcase-tw-output
11981198
- title: Build server (release mode)
11991199
used: cargo-release@0.2.0
12001200
with:

0 commit comments

Comments
 (0)