Remove datastore folder creation when using npm install

This commit is contained in:
Christer Warén 2020-08-15 00:18:42 +03:00
parent 47fe1b4f8f
commit ac6ec9317c

View File

@ -4,8 +4,7 @@
"description": "Radio Bot for Discord", "description": "Radio Bot for Discord",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node .", "start": "node ."
"install": "mkdir datastore"
}, },
"repository": { "repository": {
"type": "git", "type": "git",