From 224f721a7242da926061db8a93f858428b4a17d5 Mon Sep 17 00:00:00 2001 From: Paulo Castro Date: Fri, 3 Jul 2020 19:22:44 +0100 Subject: [PATCH] Publish '.fast-boot.json' to the npm registry to avoid stale caching Change-type: patch --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index efac159a..89e8c561 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ }, "preferGlobal": true, "files": [ + "bin/.fast-boot.json", "bin/", "build/", "doc/", @@ -67,6 +68,7 @@ "watch": "gulp watch", "lint": "balena-lint -e ts -e js --typescript --fix automation/ lib/ typings/ tests/ gulpfile.js", "update": "ts-node --transpile-only ./automation/update-module.ts", + "prepare": "echo {} > bin/.fast-boot.json", "prepublishOnly": "npm run build" }, "keywords": [