-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
qcif/data-curator
#563Description
https://github.com/electron-userland/electron-builder/blob/master/README.md
The README says to install a pack script like this:
"scripts": {
"postinstall": "install-app-deps",
"pack": "build --target dir",
"dist": "build"
}And then you can run
npm run dist(to package in a distributable format (e.g. dmg, windows installer, deb package)) ornpm run pack.
But the build command doesn't accept a target parameter, so if you actually try to npm run pack, you just get an error message, Unknown argument: target
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels