-
-
Notifications
You must be signed in to change notification settings - Fork 599
Open
Milestone
Description
Pre-flight checklist
- I have read the contribution documentation for this project.
- I agree to follow the code of conduct that this project uses.
- I have searched the issue tracker for a bug that matches the one I want to file, without success.
Forge version
7.10.2
Electron version
39.2.7
Operating system
All
Last known working Forge version
No response
Expected behavior
Mistyping your publish command should never publish your source code to npm.
Actual behavior
npm run publish is very similar to npm publish, which publishes all your source code to npm.
See https://www.instagram.com/reel/DSQKadiAlrk/ where a user ran into this.
Steps to reproduce
Don't. :)
But npm publish should do the trick.
Additional information
Ideas for how to solve this:
- Add
"private": truetopackage.jsonfor our project templates - Change
publishscript name to something else, e.g.,release
Metadata
Metadata
Assignees
Labels
No labels