mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Fix the "'true' is not found" error.
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"preinstall": "true",
|
||||
"test": "script/test"
|
||||
"preinstall": "node -e 'process.exit(0)'",
|
||||
"test": "node script/test"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user