diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/package.json b/package.json index 1c06269..de35c94 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,10 @@ { "name": "package", - "version": "7.3.0", + "version": "7.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 -p tsconfig.json && npm run copy:all", - "start": "npm run start:prod", - "start:debug": "supervisor ./dist/app.js", - "start:prod": "node dist/app.js", - "copy:assets": "cpx './src/assets/**/**/*' './dist/assets'", - "copy:cache": "cpx './src/Cache/*' './dist/Cache'", - "copy:all": "concurrently \"npm:copy:assets\" \"npm:copy:cache\"" + "test": "echo \"Error: no test specified\" && exit 1" }, "author": "sin", "license": "MIT", |