From 43deac7668f7814e357343716d38b5b4ee17f6ec Mon Sep 17 00:00:00 2001 From: Rin Oliver Date: Fri, 13 Aug 2021 10:38:13 -0500 Subject: [PATCH] add deploy script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 14ce41f..fbea6c5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", - "test": "mocha test.js --reporter mocha-junit-reporter --timeout 60000 --exit" + "test": "mocha test.js --reporter mocha-junit-reporter --timeout 60000 --exit", + "deploy": "node --v14.17.4" }, "files": [ "jest/setup.js"