summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-07-19 17:45:11 -0700
committer8cy <[email protected]>2020-07-19 17:45:11 -0700
commit4a4d6a318d10a022ab9df4a14b8239f7993b4f4c (patch)
tree0a18fb0c121c8b23ce0b9b9a113f3a821711848a /package.json
parentUpdate package.json (diff)
downloadwater-waifu-re-master.tar.xz
water-waifu-re-master.zip
feat: add fix command, revert: revert heroku stuffHEADmaster
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 09d2893..fb5ef70 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 compile && node ."
+ "start": "npm run build && node ."
},
"dependencies": {
"common-tags": "^1.8.0",