update resume
This commit is contained in:
+3
-3
@@ -24,9 +24,9 @@
|
||||
"web-vitals": "^1.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
|
||||
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
|
||||
"deploy": "scp -r build/* root@10.0.2.15:/data/swag/config/www",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"deploy": "export SET NODE_OPTIONS=--openssl-legacy-provider && scp -r build/* root@10.0.2.15:/data/swag/config/www",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user