summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Rueckstiess <thomas@rueckstiess.net>2015-01-06 16:59:32 +1100
committerThomas Rueckstiess <thomas@rueckstiess.net>2015-01-06 16:59:32 +1100
commit5aea425a53094eaaedc608cd663680aa06d72bf9 (patch)
tree4991b76a30c1bf0dd3ff7a9936112dbc3241695f /tools
parentb122a2853da9af0a7054202975ce1aaa64402584 (diff)
downloadmongo-5aea425a53094eaaedc608cd663680aa06d72bf9.tar.gz
added npm run build alias, updated README.
Diffstat (limited to 'tools')
-rw-r--r--tools/template/README.md2
-rw-r--r--tools/template/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/template/README.md b/tools/template/README.md
index 3deb4a5eb10..94692cdc1a5 100644
--- a/tools/template/README.md
+++ b/tools/template/README.md
@@ -10,7 +10,7 @@ To build the template, follow these steps:
1. change into the `./tools/template` directory
2. run `npm install` to install all missing dependencies.
-3. run `gulp pack`. It will build the template, pack everything into a single HTML file and copy it to its parent folder as `./tools/wtstats.html.template`.
+3. run `npm run build` to build the template, pack everything into a single HTML file and copy it to its parent folder as `./tools/wtstats.html.template`.
### Usage
diff --git a/tools/template/package.json b/tools/template/package.json
index 442ddf104fa..07fdb516298 100644
--- a/tools/template/package.json
+++ b/tools/template/package.json
@@ -4,7 +4,7 @@
"description": "create a WiredTiger stats .html template",
"main": "index.js",
"scripts": {
- "start": "gulp"
+ "build": "gulp pack"
},
"author": "Thomas Rueckstiess <thomas@rueckstiess.net>",
"license": "",