diff --git a/package.json b/package.json index 70537cc53667..b44371e13dfc 100644 --- a/package.json +++ b/package.json @@ -92,5 +92,8 @@ "react": "^16.5.2", "react-dom": "^16.5.2", "whatwg-fetch": "^3.0.0" + }, + "scripts":{ + "grunt": "grunt" } }