File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,5 +63,5 @@ struct Hello {
6363}
6464```
6565
66- To update the ` compile_cache ` , run ` cargo run --bin float_pigment_css_update_version ` .
66+ To update the ` compile_cache ` , run ` cargo run --bin float_pigment_css_update_version --features compile_cache ` .
6767(This will be automatically done by the publish script.)
Original file line number Diff line number Diff line change 5353fi
5454
5555# git operations
56- if test -z ' $(git status --porcelain)' ; then
56+ if [ -z " $( git status --porcelain) " ] ; then
5757 echo ' Git status OK.'
5858
5959 # update compile cache for float-pigment-css
60- if cargo run --bin float_pigment_css_update_version; then
60+ if cargo run --bin float_pigment_css_update_version --features compile_cache ; then
6161 echo ' Compile cache for float-pigment-css updated.'
6262 else
6363 echo ' Failed to update compile cache for float-pigment-css! Abort'
You can’t perform that action at this time.
0 commit comments