aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-11 23:18:21 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-11 23:18:21 +0900
commite8d75c4b26c67bbc960454d1f781e450fcf26fb8 (patch)
treea1034493b9bfdf6eac4e3a2e793e1f15dabb1dba /package.json
parentfe4b1bf362a563c7112ab8bc584e2a3c9284efc3 (diff)
add webpack task
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ecdf94f..23b0fa9 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "vim-vixen",
"description": "Vim vixen",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "start": "webpack -w --debug"
},
"repository": {
"type": "git",