mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-24 03:46:03 +08: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