We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc9824 commit da38b30Copy full SHA for da38b30
1 file changed
src-build/createSrcRelease.js
@@ -138,12 +138,12 @@ function buildElectron() {
138
createElectronConfig();
139
140
const phoenixDir = join(projectRoot, '..', 'phoenix');
141
- const phoenixDistSrc = join(phoenixDir, 'dist');
+ const phoenixDistSrc = join(phoenixDir, 'src');
142
const phoenixDistDest = join(projectRoot, 'src-electron', 'phoenix-dist');
143
144
// Build phoenix production dist
145
- console.log('Building Phoenix production dist...');
146
- run('npm run release:prod', { cwd: phoenixDir });
+ console.log('Building Phoenix');
+ run('npm run build', { cwd: phoenixDir });
147
148
// Copy dist to electron
149
console.log('Copying phoenix dist...');
0 commit comments