fix predeploy script typo
react-scripts was auto updated when `npm install` was run fixes #33pull/34/head
parent
ea6caee18e
commit
ad933d3ad5
|
@ -19,7 +19,7 @@
|
|||
"react-cookie": "^4.1.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-markdown": "^8.0.3",
|
||||
"react-scripts": "4.0.3",
|
||||
"react-scripts": "^4.0.3",
|
||||
"rehype-raw": "^6.1.1",
|
||||
"rehype-slug": "^5.0.1",
|
||||
"web-vitals": "^1.1.2"
|
||||
|
|
|
@ -15,13 +15,13 @@
|
|||
"react-cookie": "^4.1.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-markdown": "^8.0.3",
|
||||
"react-scripts": "4.0.3",
|
||||
"react-scripts": "^4.0.3",
|
||||
"rehype-raw": "^6.1.1",
|
||||
"rehype-slug": "^5.0.1",
|
||||
"web-vitals": "^1.1.2"
|
||||
},
|
||||
"scripts": {
|
||||
"predeploy": "npm rum build",
|
||||
"predeploy": "npm run build",
|
||||
"deploy": "gh-pages -d build",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
|
|
Loading…
Reference in New Issue