Skip to content

Commit 0b6fd4c

Browse files
meta: add deploy script
1 parent f2ea09e commit 0b6fd4c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"start": "react-scripts start",
1818
"build": "react-scripts build",
1919
"test": "react-scripts test",
20-
"eject": "react-scripts eject"
20+
"eject": "react-scripts eject",
21+
"predeploy": "npm run build",
22+
"deploy": "surge --project ./build --domain https://csstox.surge.sh"
2123
},
2224
"eslintConfig": {
2325
"extends": "react-app"

0 commit comments

Comments
 (0)