diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 532aa19..16927ac 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "uwufier", - "version": "9.3.0", + "version": "9.3.1", "description": "A Discord bot that supports audio playback, fun commands, utilities, and soundsboard, and more to come!", "main": "./dist/app.js", "scripts": { - "build": "tsc", - "build:dev": "tsc --watch", - "start": "npm run build && cd dist && node app", - "start:dev": "concurrently \"cd dist\" \"supervisor app\"" + "build": "tsc || true", + "build:dev": "tsc --watch || true", + "start": "npm run build && cd dist && node app || true", + "start:dev": "concurrently \"cd dist\" \"supervisor app\" || true" }, "author": "sin", "license": "MIT", |