summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSin <[email protected]>2020-07-19 04:43:31 -0700
committerGitHub <[email protected]>2020-07-19 04:43:31 -0700
commit36ea63640277db8d70da07658fc97fe406eb1e51 (patch)
tree251feb613fef8aa61ea9739e4fc8f3b3cb6ab1f2
parentCreate Procfile (diff)
downloadwater-waifu-re-36ea63640277db8d70da07658fc97fe406eb1e51.tar.xz
water-waifu-re-36ea63640277db8d70da07658fc97fe406eb1e51.zip
Update package.json
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 571908b..09d2893 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --fix --ext .ts",
"pre-commit": "npm run lint && npm run build",
- "start": "npm run build && node ."
+ "start": "npm run compile && node ."
},
"dependencies": {
"common-tags": "^1.8.0",
@@ -62,4 +62,4 @@
]
}
}
-} \ No newline at end of file
+}