Merge pull request #34 from davorpa/bugfix/33

fix predeploy script typo
pull/39/head
Brogan Clements 2022-09-14 19:46:05 -04:00 committed by GitHub
commit 046c53cff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",