We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0a6f5 commit 3ca07a1Copy full SHA for 3ca07a1
publish.sh
@@ -65,7 +65,7 @@ if [ -z "$(git status --porcelain)" ]; then
65
echo 'Git status OK.'
66
67
# update compile cache for float-pigment-css
68
- if cargo run --bin float_pigment_css_update_version --features compile_cache; then
+ if cargo check -p float-pigment-css --features serialize_compile_cache && cargo run --bin float_pigment_css_update_version --features compile_cache; then
69
echo 'Compile cache for float-pigment-css updated.'
70
else
71
echo 'Failed to update compile cache for float-pigment-css! Abort'
0 commit comments