Skip to content

Commit f054924

Browse files
committed
Revert "Reapply "Test ghpages build without wireit""
This reverts commit 59b5bec.
1 parent 59b5bec commit f054924

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"circular": "wireit",
2525
"prepare": "wireit",
2626
"test": "wireit",
27-
"ghpages:build": "gh-pages prepare -d ghpages -e $(git branch --show-current)",
27+
"ghpages:build": "wireit",
2828
"ghpages:publish": "wireit",
2929
"ghpages:prepare": "wireit",
3030
"ghpages:generate": "wireit"
@@ -115,6 +115,9 @@
115115
"circular"
116116
]
117117
},
118+
"ghpages:build": {
119+
"command": "vite build --config vite.config.ghpages.ts && gh-pages -d ghpages"
120+
},
118121
"ghpages:publish": {
119122
"dependencies": [
120123
"ghpages:prepare"

0 commit comments

Comments
 (0)