File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333 - name : Build frontend
3434 working-directory : rustmail_panel
35- run : trunk build --release --dist ../rustmail/static --config Trunk.toml
35+ run : |
36+ rm -rf dist .trunk
37+ trunk clean
38+ trunk build --release --dist ../rustmail/static --config Trunk.toml
3639
3740 - name : Build Rust backend
3841 run : cargo build --verbose -p rustmail
Original file line number Diff line number Diff line change 4343
4444 - name : Build frontend
4545 working-directory : rustmail_panel
46- run : trunk build --release --dist ../rustmail/static --config Trunk.toml
46+ run : |
47+ rm -rf dist .trunk
48+ trunk clean
49+ trunk build --release --dist ../rustmail/static --config Trunk.toml
4750
4851 - name : Build Rust backend
4952 run : cargo build --verbose -p rustmail
@@ -114,7 +117,10 @@ jobs:
114117
115118 - name : Build frontend
116119 working-directory : rustmail_panel
117- run : trunk build --release --dist ../rustmail/static --config Trunk.toml
120+ run : |
121+ rm -rf dist .trunk
122+ trunk clean
123+ trunk build --release --dist ../rustmail/static --config Trunk.toml
118124
119125 - name : Verify static files were created
120126 run : ls rustmail/static
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ license = "MIT"
88rustmail_types = { path = " ../rustmail_types" }
99yew = { version = " 0.21" , features = [" csr" ] }
1010yew-router = " 0.18.0"
11- wasm-bindgen-futures = " 0.4.50 "
11+ wasm-bindgen-futures = " 0.4.55 "
1212gloo-net = " 0.6.0"
1313gloo-utils = " 0.2.0"
14- web-sys = { version = " 0.3.77 " , features = [" HtmlSelectElement" ] }
14+ web-sys = { version = " 0.3.82 " , features = [" HtmlSelectElement" ] }
1515serde_json = " 1.0.145"
1616i18nrs = { version = " 0.1.7" , features = [" yew" ] }
1717serde = { version = " 1.0.228" , features = [" derive" ] }
1818js-sys = " 0.3.82"
19- wasm-bindgen = " 0.2.100 "
19+ wasm-bindgen = " 0.2.105 "
2020urlencoding = " 2.1.3"
2121ammonia = " 4.1.2"
2222pulldown-cmark = " 0.13.0"
You can’t perform that action at this time.
0 commit comments