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