mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
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:
@@ -52,7 +52,7 @@ const css = {
|
||||
const common = {
|
||||
clean () {
|
||||
return del(
|
||||
['./static/**/*', '!./static/yarn.lock', '!./static/node_modules'])
|
||||
['./static/**/*', '!./static/node_modules'])
|
||||
},
|
||||
|
||||
syncResourceFile () {
|
||||
|
||||
Reference in New Issue
Block a user