aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAleh Zasypkin <aleh.zasypkin@gmail.com>2018-03-26 17:54:40 +0200
committerGitHub <noreply@github.com>2018-03-26 17:54:40 +0200
commit346a99865ae2587bc8b3fd2ebb85db0a84b02642 (patch)
treea7b0e2a5978164c0d8473e578a90c2a37711b4f2 /package.json
parentfa62ad0913a86c68af0bf19d9e2459c80ae32d63 (diff)
[kbn-pm] Implement `kbn watch`. (#16892)
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 920230c9c..ac6252c4e 100644
--- a/package.json
+++ b/package.json
@@ -70,7 +70,8 @@
"uiFramework:start": "cd packages/kbn-ui-framework && yarn docSiteStart",
"uiFramework:build": "cd packages/kbn-ui-framework && yarn docSiteBuild",
"uiFramework:createComponent": "cd packages/kbn-ui-framework && yarn createComponent",
- "uiFramework:documentComponent": "cd packages/kbn-ui-framework && yarn documentComponent"
+ "uiFramework:documentComponent": "cd packages/kbn-ui-framework && yarn documentComponent",
+ "kbn:watch": "node scripts/kibana --dev --logging.json=false"
},
"repository": {
"type": "git",