Skip to content

Commit 8163416

Browse files
committed
im cry x2
1 parent ebfe7d4 commit 8163416

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"web-vitals": "^2.1.4"
1515
},
1616
"scripts": {
17+
"predeploy": "npm run build",
18+
"deploy": "gh-pages -d build",
1719
"start": "react-scripts start",
1820
"build": "react-scripts build",
1921
"test": "react-scripts test",
20-
"eject": "react-scripts eject",
21-
"predeploy": "npm run build",
22-
"deploy": "gh-pages -d build"
22+
"eject": "react-scripts eject"
2323
},
2424
"eslintConfig": {
2525
"extends": [

0 commit comments

Comments
 (0)