From 71fbf6ef65031e4001c1b3ae3f21ae34592f859b Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Tue, 5 Dec 2017 14:41:36 -0800 Subject: [PATCH] [ci skip] commit new version in lib/utils/boot.html when using npm version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13efb18e3e..cda9325c2c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "build": "gulp", "test": "npm run lint && wct", "lint": "gulp lint", - "version": "gulp update-version" + "version": "gulp update-version && git add lib/utils/boot.html" }, "repository": { "type": "git",