aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDavid Calavera <david.calavera@gmail.com>2016-09-01 10:04:47 -0700
committerGitHub <noreply@github.com>2016-09-01 10:04:47 -0700
commitd750ef3af85183b80731ecaa14d5a3e0bd31fdc7 (patch)
tree976e695766217b3f445f639c26f300598a7a425d /package.json
parent7c04c37162c859ce373f9a458536e27358ac16fd (diff)
parent24819804aa2d37dc8b0d3e8220b285f2766a9aca (diff)
Merge pull request #3 from netlify/add_deploy_context
Add deploy preview context.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 67a3ab0..f82f02b 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,7 @@
"hugo": "gulp hugo",
"webpack": "gulp webpack",
"build": "gulp build",
+ "build-preview": "gulp build-preview",
"start": "gulp server",
"lint": "eslint src"
},