diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 1fc7597..a3a1792 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "webpack-dev-server": "^1.14.1" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "dev": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js" }, "repository": { "type": "git", |
