diff --git a/package.json b/package.json index 45f4611..e5c4041 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "dev": "node index.js", + "dev": "gulp run_dev", "prod": "node index.js" }, "author": "b1ek",