diff options
| author | 8cy <[email protected]> | 2020-07-19 17:45:11 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-19 17:45:11 -0700 |
| commit | 4a4d6a318d10a022ab9df4a14b8239f7993b4f4c (patch) | |
| tree | 0a18fb0c121c8b23ce0b9b9a113f3a821711848a /package.json | |
| parent | Update package.json (diff) | |
| download | water-waifu-re-master.tar.xz water-waifu-re-master.zip | |
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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", |