fix predeploy script typo

react-scripts was auto updated when `npm install` was run

fixes #33
pull/34/head
David Ordás 2022-09-15 01:36:40 +02:00
parent ea6caee18e
commit ad933d3ad5
No known key found for this signature in database
GPG Key ID: 6FD751229911593E
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -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"

View File

@ -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",