|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "newapp",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"homepage": "https://lzahq.tech/rando",
|
|
|
|
|
"homepage": "https://unaboomer.gg",
|
|
|
|
|
"private": true,
|
|
|
|
|
"main": "src/index.js",
|
|
|
|
|
"dependencies": {
|
|
|
|
@ -28,7 +28,8 @@
|
|
|
|
|
"build": "react-scripts build",
|
|
|
|
|
"test": "react-scripts test",
|
|
|
|
|
"eject": "react-scripts eject",
|
|
|
|
|
"release": "react-scripts build && rsync -avzP build/ lzahq:/srv/lzahq.tech/public/rando/"
|
|
|
|
|
"release": "react-scripts build && aws s3 sync build/ s3://unaboomer-prod-web-origin/ --delete",
|
|
|
|
|
"release-dev": "react-scripts build && rsync -avzP build/ lzahq:/srv/lzahq.tech/public/rando/"
|
|
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": [
|
|
|
|
|