fix: fix code-editor and other extensions not working when publishing

Also, removed unused files for publishing
This commit is contained in:
Tienson Qin
2021-03-16 23:01:46 +08:00
parent 710bab5759
commit 5ce319415c
5 changed files with 37 additions and 18 deletions

View File

@@ -90,7 +90,7 @@ exports.electron = () => {
}
exports.electronMaker = async () => {
cp.execSync('yarn cljs:electron-release', {
cp.execSync('yarn cljs:release', {
stdio: 'inherit'
})