From ad933d3ad5ea4dc908bebd6795442206fe7ccb7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= <3125580+davorpa@users.noreply.github.com> Date: Thu, 15 Sep 2022 01:36:40 +0200 Subject: [PATCH] fix predeploy script typo react-scripts was auto updated when `npm install` was run fixes #33 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06ecd2e..46b54ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index af860f7..36a9371 100644 --- a/package.json +++ b/package.json @@ -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",