1 parent f2ea09e commit 0b6fd4cCopy full SHA for 0b6fd4c
1 file changed
package.json
@@ -17,7 +17,9 @@
17
"start": "react-scripts start",
18
"build": "react-scripts build",
19
"test": "react-scripts test",
20
- "eject": "react-scripts eject"
+ "eject": "react-scripts eject",
21
+ "predeploy": "npm run build",
22
+ "deploy": "surge --project ./build --domain https://csstox.surge.sh"
23
},
24
"eslintConfig": {
25
"extends": "react-app"
0 commit comments