mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: fix code-editor and other extensions not working when publishing
Also, removed unused files for publishing
This commit is contained in:
@@ -90,7 +90,7 @@ exports.electron = () => {
|
||||
}
|
||||
|
||||
exports.electronMaker = async () => {
|
||||
cp.execSync('yarn cljs:electron-release', {
|
||||
cp.execSync('yarn cljs:release', {
|
||||
stdio: 'inherit'
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user