Fix the "'true' is not recognized as an internal or external command" error.
This commit is contained in:
parent
362bb6e68b
commit
618d0c6397
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@
|
|||
"private": true,
|
||||
|
||||
"scripts": {
|
||||
"preinstall": "true"
|
||||
"preinstall": "node -e 'process.exit(0)'"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue