diff options
| author | julian laplace <julescarbon@gmail.com> | 2025-07-05 13:53:06 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2025-07-05 13:53:06 +0200 |
| commit | f876a5c804221ab28654c33e6a2e95779c5c753e (patch) | |
| tree | 05e8d69cf7d317222e1279eecf9c429b515239ca /package.json | |
| parent | a7f55141d2270fcadfb218bef0a06c114636722c (diff) | |
build
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", |
