From 802cc462195f808bbc5333b7741ad05814130b4d Mon Sep 17 00:00:00 2001 From: t2t2 Date: Tue, 4 Oct 2016 12:33:51 +0300 Subject: [PATCH] publishing nicety --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 01a1764..e397f11 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "coverage": "cross-env NODE_ENV=test nyc npm run unit", "coverage-html": "npm-run-all clean:coverage coverage && nyc report --reporter=html", "lint": "xo", + "prepublish": "npm run build", "serve-example": "node example/server.js", "test": "npm-run-all lint unit", "unit": "ava"