packer icon indicating copy to clipboard operation
packer copied to clipboard

Where is the dist folder?

Open 1-max-1 opened this issue 5 years ago • 1 comments

I've run the npx nodegui-packer --init MyApp command, and I have a deploy directory, but then what do I do for the next command? That would be npx nodegui-packer --pack <path to dist>. Do I need to create an empty folder called dist? Or should It already be created from the init command?

1-max-1 avatar Sep 07 '20 22:09 1-max-1

Build the src using npm run build or yarn build

manashathparia avatar Sep 27 '20 12:09 manashathparia