From 42cadc6db0696c8b3c646bc9e105d2121d2bc2f2 Mon Sep 17 00:00:00 2001 From: Christoph Diehl <1614333+posidron@users.noreply.github.com> Date: Fri, 6 Apr 2018 21:57:37 +0200 Subject: [PATCH] Add postinstal step to build octo --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e110765..87aa4a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mozillasecurity/octo", - "version": "1.0.12", + "version": "1.0.13", "description": "", "keywords": [ "fuzzing", @@ -26,7 +26,8 @@ "test:lint:fix": "cross-env NODE_ENV=test standard --fix --verbose", "build": "webpack -p", "watch": "webpack --watch", - "precommit": "npm run test:lint" + "precommit": "npm run test:lint", + "postinstall": "npm run build" }, "standard": { "ignore": [