File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed
Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change 2525 "prepare" : " wireit" ,
2626 "test" : " wireit" ,
2727 "ghpages:build" : " wireit" ,
28- "ghpages:publish" : " wireit" ,
29- "ghpages:prepare" : " wireit" ,
30- "ghpages:generate" : " wireit"
28+ "ghpages:nojekyll" : " wireit"
3129 },
3230 "dependencies" : {
3331 "@lit/localize" : " ^0.12.2" ,
116114 ]
117115 },
118116 "ghpages:build" : {
119- "command" : " vite build --config vite.config.ghpages.ts"
120- },
121- "ghpages:publish" : {
122117 "dependencies" : [
123- " ghpages:prepare "
118+ " ghpages:nojekyll "
124119 ],
125- "command" : " gh-pages prepare -d ghpages -e $(git branch --show-current) "
120+ "command" : " vite build --config vite.config.ghpages.ts "
126121 },
127122 "ghpages:nojekyll" : {
128123 "command" : " mkdir -p ghpages && touch ./ghpages/.nojekyll"
129- },
130- "ghpages:prepare" : {
131- "dependencies" : [
132- " ghpages:build" ,
133- " ghpages:nojekyll" ,
134- " ghpages:generate"
135- ]
136- },
137- "ghpages:generate" : {
138- "command" : " gh-pages -t -d ghpages -m \" Build for $(git log --pretty=format:\" %h %an %ai %s\" -n1) [skip ci]\" "
139124 }
140125 }
141126}
You can’t perform that action at this time.
0 commit comments