diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json index 5a54aa7..a6bb409 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { "name": "package", - "version": "9.2.0", + "version": "9.2.1", "description": "A Discord bot that supports audio playback, fun commands, utilities, and soundsboard, and more to come!", "main": "./dist/app.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "copy:assets": "cp -r 'src/assets/' 'dist/'", + "copy:ws": "cp -r 'src/ws/' 'dist/'", + "copy": "concurrently \"npm:copy:assets\" \"npm:copy:ws\"" }, "author": "sin", "license": "MIT", |