We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d79b3a commit f99c48dCopy full SHA for f99c48d
package.json
@@ -24,8 +24,7 @@
24
"circular": "wireit",
25
"prepare": "wireit",
26
"test": "wireit",
27
- "ghpages:build": "wireit",
28
- "ghpages:nojekyll": "wireit"
+ "ghpages:build": "wireit"
29
},
30
"dependencies": {
31
"@lit/localize": "^0.12.2",
@@ -114,13 +113,7 @@
114
113
]
115
116
"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"
+ "command": "vite build --config vite.config.ghpages.ts && touch ./ghpages/.nojekyll"
124
}
125
126
0 commit comments