Skip to content

Commit 59b5bec

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

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

0 commit comments

Comments
 (0)