You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have scripts in my package.json file to build for different platforms. When building for linux, I can specify which target I want in the script. The script will only build for the one target I specify. At least it worked that way as far as the 15.1.1 release. From 15.2.0 onwards, it builds for all linux targets even though I only want one target build.
For example, if I run npm run dist-deb, I used to only get the deb target build. Now I get all the linux targets: AppImage, deb, and rpm.
Is there something I can change in my script to get back to the original behavior of specifying a specific build target option?
I have scripts in my package.json file to build for different platforms. When building for linux, I can specify which target I want in the script. The script will only build for the one target I specify. At least it worked that way as far as the 15.1.1 release. From 15.2.0 onwards, it builds for all linux targets even though I only want one target build.
For example, if I run
npm run dist-deb
, I used to only get the deb target build. Now I get all the linux targets: AppImage, deb, and rpm.Is there something I can change in my script to get back to the original behavior of specifying a specific build target option?
Here is my current package.json file:
The text was updated successfully, but these errors were encountered: