Skip to content

Commit f99c48d

Browse files
committed
Combine build/no-jekyl step
1 parent 6d79b3a commit f99c48d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"circular": "wireit",
2525
"prepare": "wireit",
2626
"test": "wireit",
27-
"ghpages:build": "wireit",
28-
"ghpages:nojekyll": "wireit"
27+
"ghpages:build": "wireit"
2928
},
3029
"dependencies": {
3130
"@lit/localize": "^0.12.2",
@@ -114,13 +113,7 @@
114113
]
115114
},
116115
"ghpages:build": {
117-
"dependencies": [
118-
"ghpages:nojekyll"
119-
],
120-
"command": "vite build --config vite.config.ghpages.ts"
121-
},
122-
"ghpages:nojekyll": {
123-
"command": "mkdir -p ghpages && touch ./ghpages/.nojekyll"
116+
"command": "vite build --config vite.config.ghpages.ts && touch ./ghpages/.nojekyll"
124117
}
125118
}
126119
}

0 commit comments

Comments
 (0)