summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-11-02 19:25:05 +0200
committerYuval Adam <_@yuv.al>2020-11-02 19:25:05 +0200
commitab46a551095b829a0768573217d6097e7ae2ec5b (patch)
tree276fc0172411d5a599a60cce0d5cf9984887d603 /package.json
parent4eb0706b898c13efc5454d4f55d734544edf5fed (diff)
Remove yarn.lock and unused deploystatic script
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index d093853..10ce276 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,6 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
- "deploystatic": "aws s3 sync --acl public-read build s3://geshem.space",
"serverless": "cd cron; serverless",
"deploycron": "cd cron; serverless deploy -f update",
"invokecron": "cd cron; serverless invoke -l -f update"