diff options
| author | 8cy <[email protected]> | 2020-04-29 21:20:35 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-29 21:20:35 -0700 |
| commit | 102c1756f6e26731d99bd245de33429bd599adcc (patch) | |
| tree | e87ba95643b5ed81a3e54fa98e5175e88e6bbeb4 /package.json | |
| parent | The Memeification, v9.2.0 (diff) | |
| download | dep-core-102c1756f6e26731d99bd245de33429bd599adcc.tar.xz dep-core-102c1756f6e26731d99bd245de33429bd599adcc.zip | |
add npm copy scripts, v9.2.1
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", |