Skip to content

Commit 3ca07a1

Browse files
committed
build: update publish script
1 parent 8d0a6f5 commit 3ca07a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [ -z "$(git status --porcelain)" ]; then
6565
echo 'Git status OK.'
6666

6767
# update compile cache for float-pigment-css
68-
if cargo run --bin float_pigment_css_update_version --features compile_cache; then
68+
if cargo check -p float-pigment-css --features serialize_compile_cache && cargo run --bin float_pigment_css_update_version --features compile_cache; then
6969
echo 'Compile cache for float-pigment-css updated.'
7070
else
7171
echo 'Failed to update compile cache for float-pigment-css! Abort'

0 commit comments

Comments
 (0)