diff options
| author | Yuval Adam <_@yuv.al> | 2020-11-02 19:25:05 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-11-02 19:25:05 +0200 |
| commit | ab46a551095b829a0768573217d6097e7ae2ec5b (patch) | |
| tree | 276fc0172411d5a599a60cce0d5cf9984887d603 /package.json | |
| parent | 4eb0706b898c13efc5454d4f55d734544edf5fed (diff) | |
Remove yarn.lock and unused deploystatic script
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
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" |
