mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Publish '.fast-boot.json' to the npm registry to avoid stale caching
Change-type: patch
This commit is contained in:
parent
467a923353
commit
224f721a72
@ -10,6 +10,7 @@
|
|||||||
},
|
},
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"files": [
|
"files": [
|
||||||
|
"bin/.fast-boot.json",
|
||||||
"bin/",
|
"bin/",
|
||||||
"build/",
|
"build/",
|
||||||
"doc/",
|
"doc/",
|
||||||
@ -67,6 +68,7 @@
|
|||||||
"watch": "gulp watch",
|
"watch": "gulp watch",
|
||||||
"lint": "balena-lint -e ts -e js --typescript --fix automation/ lib/ typings/ tests/ gulpfile.js",
|
"lint": "balena-lint -e ts -e js --typescript --fix automation/ lib/ typings/ tests/ gulpfile.js",
|
||||||
"update": "ts-node --transpile-only ./automation/update-module.ts",
|
"update": "ts-node --transpile-only ./automation/update-module.ts",
|
||||||
|
"prepare": "echo {} > bin/.fast-boot.json",
|
||||||
"prepublishOnly": "npm run build"
|
"prepublishOnly": "npm run build"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
Reference in New Issue
Block a user