mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-22 06:02:07 +02:00
Merge pull request #113 from Gigabyte0x1337/patch-3
Add 'npm start' script to package.json for intuitive project startup
This commit is contained in:
commit
c746e93ace
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
||||||
"yargs": "^17.7.2"
|
"yargs": "^17.7.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "patch-package"
|
"postinstall": "patch-package",
|
||||||
|
"start": "node main.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue