Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.

yarn build not creating dist folder #108

Open
manjujidagi opened this issue Sep 8, 2020 · 4 comments
Open

yarn build not creating dist folder #108

manjujidagi opened this issue Sep 8, 2020 · 4 comments

Comments

@manjujidagi
Copy link

$ yarn build

Not creating app or creating any dist folder

@Owen-Krueger
Copy link
Contributor

Owen-Krueger commented Oct 4, 2020

Are you getting any particular error or does it say it builds successfully, it just doesn't create the expected folders. This application uses webpack and the folder created during building is the 'bundle' folder. Do you see that folder?

This is what should be generated when you run the build command:
image

@antonywu
Copy link

antonywu commented Nov 3, 2020

I can repro this issue on Ubuntu 20.04
The dist is not being created, but the build was a success. The bundle folder does exist however

@kungfucop
Copy link

same here on mac.

@cipherdragon
Copy link

I added following 2 things to package.json's scripts and used them.

"pack": "electron-builder --dir", 
"dist": "electron-builder",

used yarn dist to build.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants