Merge pull request #113 from Gigabyte0x1337/patch-3

Add 'npm start' script to package.json for intuitive project startup
This commit is contained in:
Max Robinson 2024-06-22 13:08:35 -06:00 committed by GitHub
commit c746e93ace
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"
}
}