From 97d4a151aaa298b3ed88eaaec66640028dffe5ba Mon Sep 17 00:00:00 2001 From: JonFromNYC <82.Garcia@gmail.com> Date: Thu, 23 Jul 2020 01:15:10 -0400 Subject: [PATCH] add gh-pages --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 9f5087c..86a07bf 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "homepage": "https://github.com/JonFromNYC/ag-grid", "name": "ag-grid", "version": "0.1.0", "private": true, @@ -15,6 +16,8 @@ "react-scripts": "3.4.1" }, "scripts": { + "predeploy": "npm run build", + "deploy": "gh-pages -d build", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test",