summary refs log tree commit diff
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-06-27 16:01:38 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-06-27 16:01:38 +1000
commit290b2743e27e55ec7ed276b77fa2d90b1b565d5b (patch)
tree8b3ac45c21c45b29bf64dbab17ef37d3e39f9ba9
parentForgot an await (diff)
downloadserver-290b2743e27e55ec7ed276b77fa2d90b1b565d5b.tar.xz
who tf calls the start script run? npm run run, bruh
-rw-r--r--slowcord/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/slowcord/package.json b/slowcord/package.json

index 9a64c2b3..ba26b1a9 100644 --- a/slowcord/package.json +++ b/slowcord/package.json
@@ -5,7 +5,7 @@ "main": "build/index.js", "scripts": { "build": "tsc -b", - "run": "node build/index.js" + "start": "node build/index.js" }, "repository": { "type": "git",