diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-11 23:18:21 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-11 23:18:21 +0900 |
commit | e8d75c4b26c67bbc960454d1f781e450fcf26fb8 (patch) | |
tree | a1034493b9bfdf6eac4e3a2e793e1f15dabb1dba /package.json | |
parent | fe4b1bf362a563c7112ab8bc584e2a3c9284efc3 (diff) |
add webpack task
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
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", |