fix: remove references to nonexistent static/yarn.lock

File was removed in #11903. Also remove publishing script
that has been unused for some time
This commit is contained in:
Gabriel Horner
2025-07-08 09:24:22 -04:00
parent f736895b1b
commit 623618a04b
4 changed files with 2 additions and 22 deletions

View File

@@ -52,7 +52,7 @@ const css = {
const common = {
clean () {
return del(
['./static/**/*', '!./static/yarn.lock', '!./static/node_modules'])
['./static/**/*', '!./static/node_modules'])
},
syncResourceFile () {