File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[build ]
22 publish = " public"
3- command = " hugo --gc --minify"
3+ command = " npm ls && hugo --gc --minify"
44
55 [build .environment ]
66 HUGO_VERSION = " 0.155.2"
1010 HUGO_ENABLEGITINFO = " true"
1111
1212[context .split1 ]
13- command = " hugo --gc --minify --enableGitInfo"
13+ command = " npm ls && hugo --gc --minify --enableGitInfo"
1414
1515 [context .split1 .environment ]
1616 HUGO_ENV = " production"
1717
1818[context .deploy-preview ]
19- command = " hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --enableGitInfo"
19+ command = " npm ls && hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --enableGitInfo"
2020
2121[context .branch-deploy ]
22- command = " hugo --gc --minify -b $DEPLOY_PRIME_URL"
22+ command = " npm ls && hugo --gc --minify -b $DEPLOY_PRIME_URL"
2323
2424[context .next .environment ]
2525 HUGO_ENABLEGITINFO = " true"
Original file line number Diff line number Diff line change 1717 "tailwindcss" : " ~4.1.18"
1818 },
1919 "dependencies" : {
20- "@alpinejs/focus" : " ~ 3.15.3" ,
21- "@alpinejs/persist" : " ~ 3.15.3" ,
20+ "@alpinejs/focus" : " 3.15.3" ,
21+ "@alpinejs/persist" : " 3.15.3" ,
2222 "@hotwired/turbo" : " 8.0.20" ,
23- "alpinejs" : " ~ 3.15.3"
23+ "alpinejs" : " 3.15.3"
2424 }
2525}
You can’t perform that action at this time.
0 commit comments