diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-04 15:17:49 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-04 15:17:49 -0600 |
commit | 59880d4b2a7c3298561ad37d04ee502ec5c51b2c (patch) | |
tree | 1f43916a4fc949f223a02e3cf069ee62265c1456 /package.json | |
parent | bb75e40de92fb7e0589410b67e21087f27f34f45 (diff) | |
download | bbiy-59880d4b2a7c3298561ad37d04ee502ec5c51b2c.tar.gz bbiy-59880d4b2a7c3298561ad37d04ee502ec5c51b2c.zip |
Add start run-script
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 0b7ed8b..e3dfbf8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Big Blue Is You!", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node index.js" }, "author": "Logan Hunt", "license": "ISC", |