Skip to content

Commit 6d79b3a

Browse files
committed
Remove unused npm scripts
1 parent dd7a89a commit 6d79b3a

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

package.json

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
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",
@@ -116,26 +114,13 @@
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
}

0 commit comments

Comments
 (0)