Browse Source

Update scripts for TS in package.json

pull/41/head
Abheek Dhawan 3 years ago
parent
commit
a6590567fd
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 5
      package.json

5
package.json

@ -19,7 +19,7 @@
"name": "awesomescibo",
"version": "4.2.1",
"scripts": {
"start": "node index.js"
"build": "yarn tsc"
},
"keywords": [
"discord",
@ -27,7 +27,8 @@
"science bowl",
"discord.js"
],
"author": "Abheek Dhawan&Tejas Chugh",
"author": "Abheek Dhawan",
"license": "MIT",
"description": "A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!"
}

Loading…
Cancel
Save