From 21eb532c6e9468df2a3e8abb3fc230ccb7886c90 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Wed, 5 Apr 2017 11:49:22 -0600 Subject: [PATCH] Added postinstall hook --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0201ab75c..3ea18dfcd 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "A commenting platform from The Coral Project. https://coralproject.net", "main": "app.js", "scripts": { + "postinstall": "./bin/cli plugins reconcile --skip-remote", "start": "./bin/cli serve --jobs", "dev-start": "nodemon --config .nodemon.json --exec \"./bin/cli -c .env serve --jobs\"", "build": "NODE_ENV=production webpack --progress -p --config webpack.config.js --bail",