mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Fix the "'true' is not recognized as an internal or external command" error.
This commit is contained in:
@@ -16,6 +16,6 @@
|
||||
"private": true,
|
||||
|
||||
"scripts": {
|
||||
"preinstall": "true"
|
||||
"preinstall": "node -e 'process.exit(0)'"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user