Update package.json

This commit is contained in:
Gigabyte0x1337 2024-06-16 16:33:54 +02:00 committed by GitHub
parent 6f1f79f3c1
commit 87d1c6c00c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,7 @@
"yargs": "^17.7.2"
},
"scripts": {
"postinstall": "patch-package"
"postinstall": "patch-package",
"start": "node main.js"
}
}