diff --git a/package.json b/package.json index 692b5ef0f..dcc23fb1c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "lint": "fedx-scripts eslint --ext .js --ext .jsx .", "snapshot": "fedx-scripts jest --updateSnapshot", "start": "fedx-scripts webpack-dev-server --progress", - "test": "fedx-scripts jest --coverage" + "test": "fedx-scripts jest --coverage", + "prepare": "npm run build" }, "files": [ "/dist"