diff options
| author | Sin <[email protected]> | 2020-07-19 04:43:31 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-19 04:43:31 -0700 |
| commit | 36ea63640277db8d70da07658fc97fe406eb1e51 (patch) | |
| tree | 251feb613fef8aa61ea9739e4fc8f3b3cb6ab1f2 | |
| parent | Create Procfile (diff) | |
| download | water-waifu-re-36ea63640277db8d70da07658fc97fe406eb1e51.tar.xz water-waifu-re-36ea63640277db8d70da07658fc97fe406eb1e51.zip | |
Update package.json
| -rw-r--r-- | package.json | 4 |
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 +} |