diff options
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 bde246e..d08097b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "./client/index.js", "scripts": { "watch": "npx webpack", - "test": "echo \"Error: no test specified\" && exit 1" + "deploy": "rsync -avx . jules@lmno:asdf/triangle --exclude=\".*\" --exclude=\"node_modules\"" }, "author": "", "license": "UNLICENSED", |
